Fixed article card style

This commit is contained in:
kvakazyambra 2023-05-26 22:22:24 +03:00
parent 982df78cc4
commit 905a8cf7ee
3 changed files with 4 additions and 17 deletions

View File

@ -569,8 +569,7 @@
} }
.shoutCardSubtitle { .shoutCardSubtitle {
@include font-size(2.4rem); @include font-size(2.6rem);
color: #696969; color: #696969;
} }
} }
@ -690,15 +689,4 @@
.shoutCardCoverContainer { .shoutCardCoverContainer {
flex: 1; flex: 1;
} }
@include media-breakpoint-up(md) {
.shoutCardCover {
height: 100%;
padding: 0;
}
}
.shoutCardContent {
padding-top: 1.6rem;
}
} }

View File

@ -6,7 +6,8 @@
text-transform: uppercase; text-transform: uppercase;
transition: background-color 0.2s; transition: background-color 0.2s;
a:link { a:link,
a:visited {
background: transparent; background: transparent;
border: none; border: none;
color: $link-color; color: $link-color;

View File

@ -6,10 +6,8 @@
h1 { h1 {
color: #2638d9; color: #2638d9;
font-weight: 500;
text-transform: uppercase;
@include font-size(2rem); @include font-size(2rem);
text-transform: uppercase;
} }
} }