This commit is contained in:
Eugene Pankov 2021-09-17 00:34:16 +02:00
parent 2357e4037c
commit ff9b593199
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 6 additions and 6 deletions

View File

@ -21,6 +21,11 @@
font-size: 14px;
padding: 0 35px;
}
.intro {
width: 60vw;
margin: auto;
}
}
.demo-offset {

View File

@ -12,11 +12,6 @@ button, a, .quote {
font-family: $font-family-sans-serif;
}
.intro {
width: 60vw;
margin: auto;
}
.quotes {
margin: 50px 0;
display: flex;
@ -27,7 +22,7 @@ button, a, .quote {
margin: 0 30px;
.text {
font-size: 50px;
font-size: 40px;
font-style: italic;
}