fix/header image issue #37 #38

Merged
jorge merged 3 commits from fix/header into develop 2021-10-13 09:58:52 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6e055dd4bb - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -312,7 +312,7 @@ main {
@include breakpoint(small){ @include breakpoint(small){
width: 100vw; width: 100vw;
margin: 0; margin: 0;
padding: $global-padding * 3; // padding: $global-padding * 3;
.textwidget { .textwidget {
} }
} }