alexlcdee 7 år sedan
förälder
incheckning
8bf3cc0674
3 ändrade filer med 3 tillägg och 1 borttagningar
  1. 2 1
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 1 0
      src/files/scss/_shortnews.scss

+ 2 - 1
src/files/css/main.css

@@ -8874,7 +8874,8 @@ img {
 .shortnews:hover {
   background-color: #ececec; }
 .shortnews__link {
-  text-decoration: none; }
+  text-decoration: none;
+  max-height: calc(100% - 30px); }
   .shortnews__link:hover {
     text-decoration: none; }
 .shortnews__imgcase {

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


+ 1 - 0
src/files/scss/_shortnews.scss

@@ -48,6 +48,7 @@
 
   &__link {
     text-decoration: none;
+    max-height: calc(100% - 30px);
     &:hover {
       text-decoration: none;
     }

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