tomekk 4 år sedan
förälder
incheckning
f13d90b393
5 ändrade filer med 12 tillägg och 4 borttagningar
  1. 1 1
      _inc/_header-suite-start.php
  2. 1 1
      _inc/_header.php
  3. 6 2
      assets/css/style.css
  4. 0 0
      assets/css/style.css.map
  5. 4 0
      assets/scss/_project.scss

+ 1 - 1
_inc/_header-suite-start.php

@@ -1,7 +1,7 @@
 <?php 
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3 ch-ggs-web-suite-common-content";
 	$GLOBALS['offsetClassLg'] = "col-lg-10 offset-lg-1 col-xl-8 offset-xl-2 ch-ggs-web-suite-common-content";
-	$assets_version = '1.12';
+	$assets_version = '1.13';
 ?>
 
 <!doctype html>

+ 1 - 1
_inc/_header.php

@@ -2,7 +2,7 @@
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3";
 	$GLOBALS['classMainHasLeft'] = "col-md-8 col-lg-9";
 	$GLOBALS['classLeft'] = "col-md-4 col-lg-3 mt-5 mt-md-0";
-	$assets_version = '1.12';
+	$assets_version = '1.13';
 ?>
 
 <!doctype html>

+ 6 - 2
assets/css/style.css

@@ -7,8 +7,8 @@
  */
 @font-face {
   font-family: "icomoon";
-  src: url("../fonts/icomoon.eot?ui1a03o");
-  src: url("../fonts/icomoon.eot?ui1a03o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ui1a03o") format("truetype"), url("../fonts/icomoon.woff?ui1a03o") format("woff"), url("../fonts/icomoon.svg?ui1a03o#icomoon") format("svg");
+  src: url("../fonts/icomoon.eot?ui1a05e");
+  src: url("../fonts/icomoon.eot?ui1a05e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ui1a05e") format("truetype"), url("../fonts/icomoon.woff?ui1a05e") format("woff"), url("../fonts/icomoon.svg?ui1a05e#icomoon") format("svg");
   font-weight: normal;
   font-style: normal;
   font-display: swap;
@@ -10963,6 +10963,8 @@ a.ch-ggs-web-suite-icon-link {
 
 .ch-ggs-web-suite-landing-section-title-image {
   margin-bottom: 80px;
+  max-height: 70px;
+  width: auto;
 }
 
 .ch-ggs-web-suite-landing-section-title-icon {
@@ -10995,6 +10997,8 @@ a.ch-ggs-web-suite-icon-link {
 
 .ch-ggs-web-suite-article-landing-image {
   margin-bottom: 80px;
+  max-height: 70px;
+  width: auto;
 }
 
 .ch-ggs-web-suite-article-landing {

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
assets/css/style.css.map


+ 4 - 0
assets/scss/_project.scss

@@ -1202,6 +1202,8 @@ a.ch-ggs-web-suite-icon-link {
 
 .ch-ggs-web-suite-landing-section-title-image {
 	margin-bottom: 80px;
+	max-height: 70px;
+	width: auto;
 }
 
 .ch-ggs-web-suite-landing-section-title-icon {
@@ -1236,6 +1238,8 @@ a.ch-ggs-web-suite-icon-link {
 
 .ch-ggs-web-suite-article-landing-image {
 	margin-bottom: 80px;
+	max-height: 70px;
+	width: auto;
 }
 
 .ch-ggs-web-suite-article-landing {

Vissa filer visades inte eftersom för många filer har ändrats