updatedlayout
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 48s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 10s

This commit is contained in:
Samuel Philipp 2024-03-29 18:04:38 +01:00
parent 6f0e10b6e9
commit 065a8279f8
2 changed files with 9 additions and 3 deletions

View file

@ -42,7 +42,13 @@ p {
.content {
flex: 1;
padding: 2%;
padding: 1.5rem 0;
}
@include media-breakpoint-up(lg) {
.content {
padding: 3rem 0;
}
}
.highlight {