minor design adjustments
All checks were successful
publish / publish (push) Successful in 26s

This commit is contained in:
Jannik Menzel 2025-06-18 13:17:27 +02:00
parent 8cab2ca6b0
commit e905c11f70
4 changed files with 49 additions and 45 deletions

View file

@ -382,6 +382,10 @@ li .dropdown-item-mobile {
/* ========================
Button
======================== */
.btn {
font-size: 1.15rem;
}
.btn-primary {
border: 1px solid var(--color-primary-button-dark);
background-color: var(--color-primary-button-dark);
@ -558,7 +562,7 @@ footer {
}
.feed-content {
font-size: 1rem;
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 0.75rem;
overflow: hidden;