full width on mobile
This commit is contained in:
@ -101,10 +101,13 @@
|
||||
|
||||
@include breakpoint('<=xsmall') {
|
||||
> section {
|
||||
margin: 2em auto;
|
||||
margin: 4em auto;
|
||||
width: 100%;
|
||||
|
||||
> a > div.siteTitle > h2 {
|
||||
font-size: 15pt;
|
||||
font-size: 25pt;
|
||||
width: 100%;
|
||||
line-height: 61.805vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -112,7 +115,7 @@
|
||||
@include breakpoint('<=xxsmall') {
|
||||
> section {
|
||||
> a > div.siteTitle > h2 {
|
||||
font-size: 10pt;
|
||||
font-size: 15pt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user