Poprawa stylów CSS oraz dodanie sekcji autora w szablonie artykułu

This commit is contained in:
2025-03-11 17:51:25 +01:00
parent 660aacf91b
commit 060d5d3162
5 changed files with 267 additions and 14 deletions

View File

@@ -2430,10 +2430,8 @@ a {
justify-content: center;
align-items: center;
border-bottom: 0;
gap: 10px;
@include respond-below(sm) {
justify-content: space-around;
}
@extend .box;
@@ -2443,8 +2441,6 @@ a {
}
li {
margin-right: 8px;
&:last-child {
margin-right: 0;
}