Skip to content
Snippets Groups Projects
Verified Commit 2d60db85 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed a few padding issues

parent f5a4faa5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div id="app">
<sidebar></sidebar>
<router-view :key="$route.fullPath"></router-view>
<div class="ui divider"></div>
<div class="ui fitted divider"></div>
<div id="footer" class="ui vertical footer segment">
<div class="ui container">
<div class="ui stackable equal height stackable grid">
......@@ -55,7 +55,7 @@ export default {
padding: 1.5rem 0;
}
#footer {
padding: 1.5rem;
padding: 4em;
}
.ui.stripe.segment {
padding: 4em;
......
......@@ -23,6 +23,10 @@ export default {
<style lang="scss">
.library.pusher > .ui.secondary.menu {
margin: 0 2.5rem;
.item {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
}
.library {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment