Optimize layout for large screens (> 1500px)
This commit is contained in:
parent
68f25fd20f
commit
f739fd32ae
3 changed files with 6 additions and 2 deletions
|
|
@ -6,6 +6,10 @@ html {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--color-gray-100);
|
||||
}
|
||||
|
||||
@theme {
|
||||
--color-brand: #e32a6d;
|
||||
--color-brand-hover: #c4205a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue