removed padding in header img

This commit is contained in:
jorge 2021-10-13 09:54:10 +02:00
parent 54e3ee7771
commit 3223051b69
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -307,7 +307,8 @@ main {
.slide {
@include xy-grid;
justify-content: center;
overflow:hidden;
overflow: hidden;
padding: 0;
@include breakpoint(small){
width: 100vw;
margin: 0;