Style improvements for mobile
This commit is contained in:
parent
c79f8b5f8b
commit
cd16f45d8e
28 changed files with 345 additions and 120 deletions
|
|
@ -1,3 +1,6 @@
|
|||
@import './mixins';
|
||||
@import './colors';
|
||||
|
||||
a, a:hover {
|
||||
color: $todos-palette5;
|
||||
}
|
||||
|
|
@ -9,3 +12,13 @@ a, a:hover {
|
|||
h4.page-header {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
@include breakpoint(mobile) {
|
||||
h4.page-header {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue