Merge pull request 'fix/header image issue #37' (#38) from fix/header into develop

Reviewed-on: #38
This commit is contained in:
jorge 2021-10-13 09:58:52 +02:00
commit c504a78e2c
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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