mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
This commit is contained in:
parent
54a33a274b
commit
193577b145
13 changed files with 101 additions and 102 deletions
|
|
@ -47,13 +47,13 @@ main .page__header {
|
|||
.description {
|
||||
// max-width: 68ch;
|
||||
|
||||
font-size: var(--fs-medium);
|
||||
// font-size: var(--fs-medium);
|
||||
max-width: 58ch;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.description-medium{
|
||||
font-size: var(--fs-medium);
|
||||
// font-size: var(--fs-medium);
|
||||
max-width: 58ch;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
align-items: center;
|
||||
gap: var(--gap);
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -85,6 +86,9 @@
|
|||
#lang-toggle{
|
||||
display: flex;
|
||||
gap: 1ch;
|
||||
button{
|
||||
font-weight: 500;
|
||||
}
|
||||
button:disabled{ color: var(--color-txt-light); }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
ul{
|
||||
list-style-type: none;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
li{
|
||||
font-size: var(--fs-normal);
|
||||
a{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue