Skip to content
Snippets Groups Projects
Commit 2abce68c authored by Cee Nell's avatar Cee Nell
Browse files

drop padding

parent e6aba124
No related branches found
No related tags found
1 merge request!19Hero img spacing and alignment
......@@ -29,7 +29,7 @@ const mobileView = ref(isMobile);
#grid-container {
display: grid;
padding: 20px 0;
padding: 0px 0;
gap: 5px;
grid-template-columns: 1fr;
grid-template-areas:
......@@ -81,6 +81,7 @@ const mobileView = ref(isMobile);
#title-image.mobile {
width: 100vw; /* Ensure the image takes up the full width on mobile */
padding: 0px 0 0 0px;
}
#intro-container.mobile {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment