forked from retoor/snek
feat: reduce main container width from 600px to 500px for better mobile fit
Adjust the .container width in style.css to 500px, improving layout compatibility on narrower phone screens while preserving padding and border-radius.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
border-radius: 10px;
|
||||
padding: 30px;
|
||||
width: 600px;
|
||||
width: 500px;
|
||||
margin: 30px;
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user