Compare commits

...

1 Commits

Author SHA1 Message Date
jorge a77b027aab wider width in medium and xlarge screens to solve #17 2021-08-27 10:27:13 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -53,12 +53,12 @@ main {
@include breakpoint(medium){
@include xy-cell(12);
padding: $global-padding*2 $global-padding*3;
max-width: 50rem;
max-width: 55rem;
margin:0 auto;
}
@include breakpoint(xlarge){
@include xy-cell(12);
max-width: 50rem;
max-width: 75rem;
padding: $global-padding*2 $global-padding*3;
font-size: $global-font-size*1.2;
margin: 0 auto;