Remove forced scrollbars by boxing and constraining layout width
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
color: #2c1c0d;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page {
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
@@ -49,7 +55,8 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 16px;
|
||||
min-width: 1280px;
|
||||
width: 100%;
|
||||
max-width: 1280px;
|
||||
}
|
||||
|
||||
.suggest-grid {
|
||||
|
||||
Reference in New Issue
Block a user