mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:09:16 +02:00
Smaller padding in menu and sections on small resolutions
This commit is contained in:
parent
a703b26ac2
commit
28c0121c89
2 changed files with 15 additions and 7 deletions
|
@ -40,6 +40,7 @@ export default {
|
|||
// and we end up with CSS rules not applied,
|
||||
// see https://github.com/webpack/webpack/issues/215
|
||||
@import 'semantic/semantic.css';
|
||||
@import 'style/vendor/media';
|
||||
|
||||
|
||||
#app {
|
||||
|
@ -56,11 +57,11 @@ export default {
|
|||
.main-pusher {
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
#footer {
|
||||
padding: 4em;
|
||||
}
|
||||
.ui.stripe.segment {
|
||||
padding: 4em;
|
||||
.ui.stripe.segment, #footer {
|
||||
padding: 2em;
|
||||
@include media(">tablet") {
|
||||
padding: 4em;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.small.text.container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue