final fixes from Cristoph

This commit is contained in:
rra
2022-10-10 09:35:35 +02:00
parent 58efb45a8c
commit 72e2872a2b
8 changed files with 136 additions and 55 deletions

View File

@ -53,6 +53,11 @@
/*Main Stuff*/
html {
scroll-behavior: smooth;
}
body {
font-size: 21px;
font-family: Gudea, sans-serif;
@ -127,15 +132,15 @@ a {
max-width: 400px;
}
.card:nth-child(even) {
.post:nth-child(even) {
transform: rotate(-1deg);
}
.card:nth-child(odd) {
.post:nth-child(odd) {
transform: rotate(1deg);
}
.card:nth-child(5) {
.post:nth-child(5) {
transform: rotate(2deg);
}
@ -1178,6 +1183,12 @@ li.page-item:after {
width: 15%;
}
#load-more {
font-size: 0.8rem;
text-decoration: underline;
cursor: pointer;
}
.filter-buttons-container {
align-items: center;
display: flex;
@ -2117,6 +2128,9 @@ input:checked + label + .description {
.filter-information {
width: 100%;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.filter-buttons-container {