mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
fix css for largest screens
This commit is contained in:
parent
4d5e15a3d4
commit
8ecf19b061
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ $banner-padding: clamp(2.5rem, 5vw, 7rem);
|
||||||
.banner-layout {
|
.banner-layout {
|
||||||
display: grid;
|
display: grid;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $container;
|
max-width: 200rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
grid-template-columns: minmax(min-content, 55%) minmax(min-content, 45%);
|
grid-template-columns: minmax(min-content, 55%) minmax(min-content, 45%);
|
||||||
|
|
Loading…
Reference in a new issue