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 3 additions and 2 deletions
Showing only changes of commit 54e3ee7771 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -307,6 +307,7 @@ main {
.slide {
@include xy-grid;
justify-content: center;
overflow:hidden;
@include breakpoint(small){
width: 100vw;
margin: 0;
@ -327,7 +328,7 @@ main {
height: calc((50vw*9)/16);
padding: 0;
margin: 0;
overflow:hidden;
//overflow:hidden;
a {
@include flex;
@include flex-align (center,middle);