website/src/styles/mobile/about.scss
Sangelo 97a6e003f1 Progress
- Mobile Support
- Error Pages
- Socials Page
- Bugfixes
2023-11-06 17:43:37 +01:00

22 lines
429 B
SCSS

@import "./mobile-header.scss";
@media (max-width: 850px) {
.section {
background-image: none;
background-color: $space-black;
}
content {
display: flex;
height: 80%;
width: auto;
margin-left: 2em;
margin-right: 2em;
.about-text {
align-self: center;
font-size: 18px;
white-space: word-break;
}
}
}