Fixed auth page and adaptation freeDev

This commit is contained in:
MaxOvs19
2023-04-10 18:08:41 +03:00
parent 943bc1abea
commit ae3416c4b2
8 changed files with 213 additions and 40 deletions

View File

@ -7,7 +7,7 @@
height: 100%;
background: #e1fccf;
@media (max-width: 1024px) {
@media (max-width: 1375px) {
position: fixed;
width: 100% !important;
height: 80px;
@ -75,7 +75,7 @@
}
}
@media (max-width: 1024px) {
@media (max-width: 1375px) {
flex-direction: row;
height: 100%;
@ -121,25 +121,7 @@
&__title {
display: flex;
flex-wrap: wrap;
h3 {
color: #52b709;
font-size: 35px;
line-height: 32px;
margin-right: 10px;
}
p {
width: 70%;
font-size: 30px;
line-height: 32px;
color: #000000;
}
span {
font-size: 12px;
margin-left: 0px;
}
margin-top: 24px;
}
&__navigation {
@ -175,7 +157,7 @@
}
}
@media (max-width: 1024px) {
@media (max-width: 1375px) {
&__title {
margin-top: 35px;
}
@ -199,7 +181,7 @@
left: 79px;
}
@media (max-width: 1024px) {
@media (max-width: 1375px) {
left: 0;
width: 100%;
height: 535px;