mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 11:11:53 +00:00
style(welcome): Adapt new design for mobile landscape
This commit is contained in:
parent
eac0d59cb8
commit
81d0919f2a
2 changed files with 8 additions and 4 deletions
|
@ -17,22 +17,26 @@
|
|||
|
||||
.welcome-title {
|
||||
margin: 0;
|
||||
/* margin-bottom: 6rem; */
|
||||
font-weight: normal;
|
||||
font-size: 2.4rem;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.welcome-illu {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
margin-top: -2rem;
|
||||
margin-bottom: 2rem;
|
||||
max-width: calc(100vw - 4rem);
|
||||
max-height: 30rem;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.welcome-illu svg {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.welcome-title {
|
||||
margin-bottom: 4rem;
|
||||
.welcome-illu {
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
.welcome-about {
|
||||
|
|
Loading…
Reference in a new issue