mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
More CSS changes
This commit is contained in:
parent
7a59bdd09b
commit
7254c575d6
3 changed files with 35 additions and 16 deletions
|
|
@ -318,6 +318,11 @@
|
|||
padding-left: 0;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 966px) {
|
||||
|
|
@ -326,4 +331,30 @@
|
|||
max-width: 65%;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.carousel-root {
|
||||
padding-left: 0;
|
||||
max-width: 95%;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0rem auto 3rem;
|
||||
}
|
||||
|
||||
blockquote h3 {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
blockquote h4 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -135,7 +135,7 @@ html[data-theme="light"] .button--secondary {
|
|||
}
|
||||
|
||||
.hero .container .col .hero__subtitle {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.carousel-root {
|
||||
|
|
@ -174,27 +174,14 @@ html[data-theme="light"] .button--secondary {
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.65rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1024px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
width: 80%;
|
||||
max-width: 75rem;
|
||||
position: relative;
|
||||
padding: 0 5px;
|
||||
margin: 0 auto 7rem;
|
||||
padding: 0 1rem;
|
||||
margin: 1rem auto 7rem;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after {
|
||||
|
|
|
|||
|
|
@ -29,4 +29,5 @@
|
|||
.heroBanner {
|
||||
padding: 1rem 0 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue