Actually fixed the confirm: issue. They are link_to now

Trimmed the CSS.
This commit is contained in:
2024-05-20 11:19:02 +01:00
parent d3fb547fb1
commit 781b2bb9f0
3 changed files with 15 additions and 16 deletions

View File

@@ -105,14 +105,10 @@ menu > li {
}
.domain-header a {
font-size: 9pt;
scale: 75%;
}
.domain-header button {
margin:0 0 0 10px;
}
.email-list {
.email-list, .domain-list {
border-radius:1rem;
border:1rem black;
background-color:#e7eae7;
@@ -126,7 +122,7 @@ menu > li {
}
.email-list li a {
padding:0 10px;
padding:0 0.3rem;
}
footer {