full width on mobile

This commit is contained in:
Thefeli73
2020-04-17 17:06:39 +02:00
parent 026689549b
commit 55f276fca3
2 changed files with 31 additions and 4 deletions

View File

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