removed padding in header slide img

This commit is contained in:
jorge 2021-10-13 09:56:28 +02:00
parent 3223051b69
commit 6e055dd4bb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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