This commit is contained in:
2023-11-07 14:07:31 +03:00
parent 2701db8795
commit afdd951ebd
5 changed files with 28 additions and 17 deletions

View File

@@ -47,12 +47,23 @@
font-size: calc(var(--textSize)*1);
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 0.7em;
/* margin: 0.7em; */
margin-left: 0.7em;
margin-right: 0.7em;
text-align: justify;
color: rgb(255, 255, 255);
}
.placeName {
font-size: calc(var(--textSize)*1);
font-family: 'Verdana';
text-align: center;
color: rgb(255, 255, 255);
}
.titleTextMini {
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
/* font-family: 'Tsarevich-Regular'; */