mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Better mobile experience 2
This commit is contained in:
parent
b370e0e7f0
commit
ba3e697a00
2 changed files with 16 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ html[data-theme="light"] .button--secondary {
|
|||
width: 100%;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -76,6 +77,15 @@ html[data-theme="light"] .button--secondary {
|
|||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.footer .container .footer__bottom {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
.col {
|
||||
display: inline-flex;
|
||||
|
|
@ -126,7 +136,6 @@ html[data-theme="light"] .button--secondary {
|
|||
align-items: baseline;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 966px) {
|
||||
.hero .container {
|
||||
padding: .5rem;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 433px) {
|
||||
.heroBanner {
|
||||
padding: 1rem 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
column-gap: 2rem;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue