website/src/styles/mobile/modal.scss
Sangelo 7c94894dbd [c+a] New Project Logo, Style tweaks
- Mobile Style tweaks
- Sangelo's Space Logo
- Gitpot Consistency Fix
- Added Gitpot Modal
2024-03-13 12:12:04 +01:00

58 lines
1.2 KiB
SCSS

@media (max-width: 850px) {
content {
.parent {
display: grid;
grid-template-columns: repeat(1, 2fr);
grid-template-rows: auto 1fr; // Adjusted to 2 rows
grid-column-gap: 0px;
grid-row-gap: 0px;
overflow: scroll;
margin: 0;
padding: 1em;
.content {
margin-top: 1em;
padding-bottom: 8em;
padding-right: 0em;
}
.gallery {
display: grid;
justify-items: center;
img.project-logo,
.next-icon {
height: 5em;
width: 5em;
margin-right: 0;
}
.next-icon {
background-size: 2em;
margin-bottom: 1em;
}
}
}
.button-container {
bottom: 2%;
&::before {
bottom: 0;
width: 100%;
left: 0;
}
button {
font-size: 20px;
}
}
.item-list {
&::before {
bottom: 5.9%;
width: 80%;
}
}
}
}