Most pages are now styled.

Small changes to existing pages.
Changes to base layout style.
This commit is contained in:
Jorit Tijsen
2024-03-15 13:35:43 +01:00
parent a0baa0230f
commit 1a8bbeb084
42 changed files with 1618 additions and 944 deletions

View File

@@ -1,13 +1,12 @@
@use "../abstracts/mixin" as *;
.post_container {
padding: 40px 135px;
background-color: #f9f9f9;
margin: 0;
@include container;
padding: 32px 0;
> .col-8 {
width: CALC(66.66666667% - 50px);
margin-right: 50px;
width: CALC(66.66666667% - 20px);
margin-right: 20px;
}
.bread_crumb {