Run prettier

This commit is contained in:
Kevin Kandlbinder 2021-09-24 12:08:46 +00:00
parent c621e347fd
commit c053e901c0
14 changed files with 199 additions and 98 deletions

View file

@ -242,15 +242,16 @@
}
}
}
@media(max-width: 900px) {
@media (max-width: 900px) {
flex-direction: column;
> div {
width: 100%;
}
.skills, .aboutText {
.skills,
.aboutText {
margin-left: 0;
margin-right: 0;
}