Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/C2DH/minett-stories
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiouboldi committed May 24, 2022
2 parents cc1039a + 10e2cf1 commit 61b895f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/pages/Intro/Intro.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
font-family: var(--font-pp-neue-montreal);
font-style: normal;
font-weight: 400;
font-size: 20px;
font-size: 32px;
line-height: 24px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
margin-bottom: 64px;
Expand Down Expand Up @@ -61,7 +62,7 @@
.HomeMinettText {
font-family: var(--font-abc-maxi-sharp);
/* font-weight: 200; */
font-size: 10vw;
font-size: 15vw;
line-height: 136px;
cursor: default;
text-align: center;
Expand Down Expand Up @@ -219,13 +220,12 @@

.HomeMinettText {
font-weight: 400;
font-size: 48px;
/* font-size: 48px; */
line-height: 60px;
text-align: left;
/* text-align: left; */
font-weight: 400;
font-size: 44px;
line-height: 60px;
padding-left: 12px;
/* padding-left: 12px; */
}

@keyframes breathe200 {
Expand Down Expand Up @@ -259,11 +259,14 @@
font-weight: 500;
font-size: 18px;
line-height: 22px;
letter-spacing: 1px;
text-transform: uppercase;
text-align: left;
padding-left: 16px;
margin-bottom: 64px;
text-align: center;
/* padding-left: 16px; */
margin-bottom: 150px;
margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
}

.LogoCredits {
Expand Down

0 comments on commit 61b895f

Please sign in to comment.