Mobile view fixed
Fixed bottom margin for news card and abstract/author collision in mobile view
This commit is contained in:
parent
a624143186
commit
ed08504fd4
|
@ -18,7 +18,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -32,6 +32,9 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: darken($darkgrey, 5%);
|
color: darken($darkgrey, 5%);
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
.posted {
|
.posted {
|
||||||
color: $bismark;
|
color: $bismark;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in New Issue