padding mobile
This commit is contained in:
parent
bf46ee68f6
commit
075fa0b2a6
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ footer {
|
||||||
/* You may also want to adjust other elements to fit mobile layout better */
|
/* You may also want to adjust other elements to fit mobile layout better */
|
||||||
header, main, footer {
|
header, main, footer {
|
||||||
min-width: 0; /* Allow the width to shrink below 800px */
|
min-width: 0; /* Allow the width to shrink below 800px */
|
||||||
padding: 10px; /* Reduce padding for mobile devices */
|
padding: 5px; /* Reduce padding for mobile devices */
|
||||||
margin: 10px auto; /* Less margin for tighter mobile layout */
|
margin: 5px 5px; /* Less margin for tighter mobile layout */
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue