экзамен...

This commit is contained in:
=
2023-11-07 11:57:32 +03:00
parent a814405f7d
commit 2ed6c8aef4
5 changed files with 34 additions and 17 deletions

View File

@@ -39,9 +39,9 @@
.vologdaDescription{
position:relative;
margin: auto;
margin-top: 3vw;
margin-top: 4em;
width: var(--defaultBoxWhight);
width: calc(var(--defaultBoxWhight)*1.2);
text-align: center;
@@ -72,7 +72,7 @@
position:relative;
margin: auto;
width: var(--defaultBoxWhight);
width: calc(var(--defaultBoxWhight)*1.2);
margin-top: 6vw;
height: 25%;
@@ -90,7 +90,7 @@
margin: auto;
margin-top: var(--vologdaBoxMargin);
width: var(--defaultBoxWhight);
width: calc(var(--defaultBoxWhight)*1.2);
height: 600px;
text-align: center;

View File

@@ -3,9 +3,11 @@
grid-template-columns: 4fr 4fr 4fr;
grid-template-rows: 4fr 4fr;
grid-gap: 4fr;
justify-content: center;
align-items: center;
}
.button-restourant {
.button-restaurant {
display: grid;
grid-template-columns: 4fr 4fr 4fr;
grid-template-rows: 4fr;
@@ -42,12 +44,16 @@
.headerButton-grid {
display: grid;
grid-template-columns: auto auto auto auto auto;
justify-content: center;
align-items: center;
margin-top: -1em;
}
:root {
--sizeButton: 1.5;
}
@media screen and (min-width: 1820px) {
.image-button {
width: 200px;
@@ -73,14 +79,14 @@
grid-gap: 4fr;
}
.button-restourant {
.button-restaurant {
display: grid;
grid-template-columns: 4fr 4fr;
grid-template-rows: 4fr;
grid-gap: 4fr;
}
.hidingRestourants {
.hidingrestaurants {
Display: none;
}
}
@@ -109,10 +115,10 @@
grid-gap: 4fr;
}
.button-restourant {
.button-restaurant {
display: grid;
grid-template-columns: 4fr 4fr;
grid-template-rows: 4fr;
grid-gap: 4fr;
}
}
}

View File

@@ -35,30 +35,40 @@
.normalText {
font-size: var(--textSize);
font-family: 'Pacifico';
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 0.7em;
color: rgb(255, 255, 255);
}
.titleTextMini {
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Georgia';
margin: 0.2em;
align-self: center;
color: rgb(255, 255, 255);
}
.titleText {
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Georgia';
text-align: left;
margin-left: 3vw;
margin: 0.7em;
color: rgb(255, 255, 255);
}
.miniText {
font-size: calc(var(--textSize) * 0.9);
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Verdana';
color: rgb(255, 255, 255);
}