mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix mobile styles for banner content
This commit is contained in:
parent
6eba9d3c37
commit
1a257c5f4f
1 changed files with 9 additions and 1 deletions
|
|
@ -38,7 +38,6 @@
|
|||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
position: relative;
|
||||
padding: layout.$normal-gap max(#{layout.$large-gap}, 15vw);
|
||||
|
||||
> div {
|
||||
display: inline-block;
|
||||
|
|
@ -58,6 +57,11 @@
|
|||
> p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
> p {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .title {
|
||||
|
|
@ -71,5 +75,9 @@
|
|||
background-color: colors.$orange-500;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: layout.$breakpoint) {
|
||||
padding: layout.$normal-gap max(#{layout.$large-gap}, 15vw);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue