fix: birthdays font-size too big

This commit is contained in:
imperosol
2026-05-21 22:51:33 +02:00
parent a10773bb37
commit 4375fdf150
+3 -1
View File
@@ -81,9 +81,9 @@
width: 100%;
background: white;
margin-bottom: 1em;
font-size: 85%;
#links_content {
font-size: 85%;
overflow: auto;
box-shadow: $shadow-color 1px 1px 1px;
min-height: 20em;
@@ -99,6 +99,7 @@
li {
margin: 10px;
i {
width: 25px;
text-align: center;
@@ -112,6 +113,7 @@
#birthdays_content {
box-shadow: $shadow-color 1px 1px 1px;
padding: 1em;
ul.birthdays_year {
margin: 0;
list-style-type: none;