This commit is contained in:
parent
48ded249a3
commit
da79013711
14 changed files with 203 additions and 200 deletions
|
|
@ -11,7 +11,6 @@
|
|||
padding-top: 3px;
|
||||
|
||||
font-size: var(--fs-xsmall);
|
||||
line-height: 1;
|
||||
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-txt-light);
|
||||
|
|
@ -40,7 +39,7 @@ main .page__header {
|
|||
font-weight: normal;
|
||||
font-size: var(--fs-medium);
|
||||
font-weight: 500;
|
||||
line-height: var(--leading-tight);
|
||||
line-height: var(--leading-title);
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
margin-bottom: calc(var(--spacing) * 0.5);
|
||||
text-wrap: balance;
|
||||
|
|
@ -48,8 +47,8 @@ main .page__header {
|
|||
}
|
||||
|
||||
.description {
|
||||
max-width: 58ch;
|
||||
line-height: 1.1;
|
||||
// max-width: 58ch;
|
||||
// line-height: 1.1;
|
||||
}
|
||||
|
||||
.description-medium{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
p{
|
||||
margin: calc(var(--spacing)*0.5) 0;
|
||||
font-size: var(--fs-small);
|
||||
a{
|
||||
text-decoration: none;
|
||||
&:hover{
|
||||
|
|
@ -36,12 +37,16 @@
|
|||
|
||||
.footer__mentions{
|
||||
p{
|
||||
font-size: var(--fs-small);
|
||||
font-size: var(--fs-xsmall);
|
||||
color: var(--color-txt)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.footer__socials > p{
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
@media #{$small}{
|
||||
|
||||
|
|
@ -51,6 +56,8 @@
|
|||
padding-top: calc(var(--spacing)*0.25);
|
||||
border-top: var(--border-light);
|
||||
|
||||
|
||||
|
||||
.list-socials{
|
||||
margin-top: calc(var(--spacing)*0.5);
|
||||
margin-bottom: calc(var(--spacing)*0.75);
|
||||
|
|
@ -61,10 +68,14 @@
|
|||
border-top: var(--border-light);
|
||||
padding-top: calc(var(--spacing)*0.25);
|
||||
p{
|
||||
font-size: var(--fs-small);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.p__small{
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -76,6 +87,16 @@
|
|||
column-gap: calc(var(--spacing)*2);
|
||||
}
|
||||
|
||||
.footer__newsletter{
|
||||
grid-column: 1;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
.footer__socials{
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
.footer__socials .socials{
|
||||
columns: 2;
|
||||
margin-top: calc(var(--spacing)*1);
|
||||
|
|
|
|||
|
|
@ -51,14 +51,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.socials{
|
||||
padding-bottom: calc(var(--spacing)*0.75);
|
||||
}
|
||||
}
|
||||
|
||||
body.menu-open{
|
||||
// overflow: hidden;
|
||||
// main, footer, #nav-highlight{
|
||||
// transition: opacity .3s ease-in;
|
||||
// opacity: 0.1;
|
||||
// }
|
||||
|
||||
#site-menu{
|
||||
right: 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue