Reconfigured max width
This commit is contained in:
parent
ab36fc28a7
commit
120bd181b0
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Pixelated.sh
|
Pixelated.sh
|
||||||
Copyright (c) 2024 FreedTapestry21
|
Copyright (c) 2024-2025 FreedTapestry21
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -51,8 +51,7 @@ footer p {
|
||||||
|
|
||||||
/* Custom classes */
|
/* Custom classes */
|
||||||
.box {
|
.box {
|
||||||
min-width: 80%;
|
width: min(1400px, 90%);
|
||||||
max-width: 90%;
|
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue