Fixed article card style
This commit is contained in:
parent
982df78cc4
commit
905a8cf7ee
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user