mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2025-01-22 06:00:19 +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 {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
max-width: $container;
|
||||
max-width: 200rem;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
grid-template-columns: minmax(min-content, 55%) minmax(min-content, 45%);
|
||||
|
|
Loading…
Add table
Reference in a new issue