fix: move ad prefix to banner system

This commit is contained in:
2024-11-25 19:44:07 +01:00
parent 1c587684f3
commit 9428e1d2ee
4 changed files with 11 additions and 10 deletions

12
public/css/style.css vendored
View File

@@ -1764,4 +1764,14 @@ a, a:hover, a:active {
font-family: Nunito, serif;
text-align: center;
text-decoration: none;
}
}
.ad-prefix {
width: 100%;
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
text-align: center;
color: #666;
}