Mobile view fixed

Fixed bottom margin for news card and abstract/author collision in mobile view
This commit is contained in:
Maxim Salnikov 2016-01-15 22:58:23 +01:00 committed by Naomi Black
parent a624143186
commit ed08504fd4
1 changed files with 4 additions and 1 deletions

View File

@ -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;