мал еньк трол линг

This commit is contained in:
2023-11-07 13:52:38 +03:00
parent 09c52d8c20
commit 2701db8795
6 changed files with 27 additions and 24 deletions

View File

@@ -41,7 +41,7 @@
margin: auto;
margin-top: var(--vologdaBoxMargin);
width: calc(var(--defaultBoxWhight)*1.25);
width: calc(var(--defaultBoxWhight)*1.26);
text-align: center;
@@ -72,9 +72,10 @@
position:relative;
margin: auto;
width: calc(var(--defaultBoxWhight)*1.2);
width: calc(var(--defaultBoxWhight)*1.25);
margin-top: 6vw;
height: 25%;
max-width: 71%;
text-align: center;
@@ -140,7 +141,8 @@
img {
max-width:100%;
max-height:100%;
/* max-height:100%; */
max-height:800px;
}
:root {

View File

@@ -44,11 +44,11 @@
}
.normalText {
font-size: calc(var(--textSize)*1.1);
font-size: calc(var(--textSize)*1);
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 0.7em;
/* text-align: justify; */
text-align: justify;
color: rgb(255, 255, 255);
}
@@ -57,9 +57,9 @@
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Georgia';
margin: 0.2em;
margin: 0.7em;
align-self: center;
text-decoration: underline;
/* text-decoration: underline; */
color: rgb(255, 255, 255);
}