landing footer

This commit is contained in:
Mikola
2024-04-17 18:58:39 +03:00
parent 7a55188904
commit 0d436e71e4
2 changed files with 7 additions and 74 deletions

View File

@ -1,6 +1,6 @@
.landing {
background: #EEEEEE;
height: 100vh;
min-height: 100vh;
padding: 20px 0;
font-family: "GT Eesti Pro Display";
@ -151,7 +151,7 @@
}
&__opportunities {
margin-top: 120px;
margin: 120px 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@ -243,46 +243,4 @@
}
}
}
&__footer {
margin-top: auto;
display: flex;
justify-content: space-between;
.footer {
display: flex;
&__links {
display: flex;
column-gap: 23px;
align-items: center;
}
&__socials {
display: flex;
column-gap: 16px;
}
&__invite {
color: rgba(159, 159, 159, 1);
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
text-decoration: underline;
}
&__info {
display: flex;
column-gap: 100px;
align-items: center;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(159, 159, 159, 1);
p:first-child {
text-decoration: underline;
}
}
}
}
}