экзамен 2 (всё сломал)

This commit is contained in:
=
2023-11-07 12:19:54 +03:00
parent 2ed6c8aef4
commit 8d27dee276
5 changed files with 17 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
.vologdaDescription{
position:relative;
margin: auto;
margin-top: 4em;
margin-top: 3vw;
width: calc(var(--defaultBoxWhight)*1.2);

View File

@@ -33,11 +33,22 @@
font-style: normal;
}
.normalText {
.infoText {
font-size: var(--textSize);
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 1em;
text-align: justify;
color: rgb(255, 255, 255);
}
.normalText {
font-size: calc(var(--textSize)*1.1);
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 0.7em;
/* text-align: justify; */
color: rgb(255, 255, 255);
}
@@ -68,7 +79,6 @@
font-size: calc(var(--textSize) * 0.9);
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Verdana';
color: rgb(255, 255, 255);
}