add blocks cache

This commit is contained in:
2023-07-28 11:59:42 +03:00
parent 83a2fcaa32
commit 85bdf0d8f2
8 changed files with 53 additions and 62 deletions

View File

@@ -81,6 +81,7 @@ a{
display: flex;
min-height: 100vh;
width: 100%;
overflow-x: hidden;
font-family: 'GrtskPeta';
flex-direction: column;
margin: 0;
@@ -589,14 +590,9 @@ a{
.orange_block a{
color: white !important;
}
.orange_button{
background: orange;
@@ -619,6 +615,11 @@ a{
}
.orange_block a{
color: white !important;
}
@@ -1916,6 +1917,7 @@ a{
.form-right input{
width: 230px;
height: 50px;
font-size: 15px;
border-radius: 35px;
background: #F2F2F2;
border: 1px solid #F2F2F2;