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;
|
||||
}
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.date {
|
||||
text-transform: uppercase;
|
||||
|
@ -32,6 +32,9 @@
|
|||
font-size: 16px;
|
||||
color: darken($darkgrey, 5%);
|
||||
}
|
||||
p {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.posted {
|
||||
color: $bismark;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue