Add class to underline text

This commit is contained in:
timvisee
2025-04-23 10:10:22 +02:00
parent 11aad6eac5
commit 0088a4ccc0

View File

@@ -167,6 +167,10 @@ footer li a:hover {
width: auto; width: auto;
} }
.text-underline {
text-decoration: underline;
}
.main { .main {
display: flex; display: flex;
position: relative; position: relative;