Follow up of #958

I think I deleted the styling by using bot `:width` and `style`
property. I'm not quite sure if this resolves our problem. Anyways
I don't see a reason for having a right padding so I just removed it.
This commit is contained in:
Robert Schäfer 2019-07-10 02:11:12 +02:00
parent 54947b113d
commit d90bb90d0c

View File

@ -87,7 +87,7 @@
</ds-container>
</div>
<ds-container style="word-break: break-all">
<div style="padding: 6rem 2rem 5rem;" :width="{ base: '100%', md: '96%' }">
<div class="main-container" :width="{ base: '100%', md: '96%' }">
<nuxt />
</div>
</ds-container>
@ -216,6 +216,11 @@ export default {
display: inline-flex;
}
.main-container {
padding-top: 6rem;
padding-botton: 5rem;
}
.main-navigation {
a {
color: $text-color-soft;