tracker tasks

This commit is contained in:
2023-08-30 17:02:32 +03:00
parent 433fc88f99
commit 5fa069d84d
13 changed files with 307 additions and 145 deletions

View File

@ -4,6 +4,10 @@
align-self: center;
margin-bottom: 194px;
@media (max-width: 1200px) {
margin-bottom: 100px;
}
&__header {
font-family: "GT Eesti Pro Display";
font-size: 5.3em;
@ -19,6 +23,15 @@
letter-spacing: 0.56px;
line-height: normal;
}
@media (max-width: 1024px) {
margin-top: 25px;
}
@media (max-width: 450px) {
font-size: 4em;
text-align: center;
}
}
&__sign-in {
@ -63,6 +76,14 @@
width: 6px;
height: 6px;
margin-left: 120px;
@media (max-width: 700px) {
margin-left: 0;
}
}
@media (max-width: 1024px) {
margin-bottom: 25px;
}
}
@ -175,7 +196,6 @@
margin-bottom: 0px;
&__header {
margin-top: 120px;
line-height: 20px;
}
@ -196,6 +216,7 @@
height: 45px;
border-radius: 22.5px;
padding-left: 22px;
max-width: none;
}
&-btn {