Add postcast styling

Add prettyPhoto
This commit is contained in:
Jorit Tijsen
2024-03-18 17:17:54 +01:00
parent 8ce3a1d7b3
commit 742c126a0a
31 changed files with 1284 additions and 361 deletions

View File

@@ -0,0 +1,12 @@
.announcement {
padding: 30px;
border-radius: 3px;
background-color: #f0f0f0;
margin-bottom: 30px;
}
.action_button.btn {
width: fit-content;
color: #fff;
float: left;
margin: 10px 20px 0 0;
}