update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 945e2ed094 - Show all commits

View File

@ -7,8 +7,6 @@
.input-group {
@include breakpoint(small){
@include xy-cell (12);
margin-left: auto;
margin-right: auto;
// @include xy-gutters(auto, $gutter-position: left right);
}
@include breakpoint(medium){
@ -17,6 +15,8 @@
@include breakpoint(medium){
@include xy-cell (4);
}
margin-left: auto;
margin-right: auto;
position: relative;
border-radius: 4rem;
overflow: hidden;