mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
move container max-width configuration to theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
max-width: var(--theme-content-max-width);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: var(--theme-content-max-width);
|
||||
height: 100%;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user