Mobile updates
This commit is contained in:
parent
e5914781c7
commit
ef202f5773
11 changed files with 114 additions and 21 deletions
|
|
@ -1,3 +1,10 @@
|
|||
// Tablet size breakpoint 600px.
|
||||
@mixin media-tablet {
|
||||
@media screen and (min-width: 37.5rem) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin button {
|
||||
background: $dcb-blue;
|
||||
border: 0;
|
||||
|
|
|
|||
Reference in a new issue