margin sizing on mobile
This commit is contained in:
parent
b2c73a8b39
commit
5117f3f8df
@ -18,16 +18,10 @@ body {
|
|||||||
/* Media query for smaller screens */
|
/* Media query for smaller screens */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0 10px; /* Adjust the padding values for smaller screens */
|
padding: 0 1px; /* Adjust the padding values for smaller screens */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media query for larger screens */
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
html, body {
|
|
||||||
padding: 0 40px; /* Adjust the padding values for larger screens */
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Reset margin top for elements */
|
/* Reset margin top for elements */
|
||||||
h1, h2, h3, h4, h5, h6,
|
h1, h2, h3, h4, h5, h6,
|
||||||
|
Loading…
Reference in New Issue
Block a user