Merge pull request #1007 from Human-Connection/remove_right_padding

Follow up of #958
This commit is contained in:
Robert Schäfer 2019-07-10 11:04:23 +02:00 committed by GitHub
commit b7b47e4dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
@ -226,6 +226,11 @@ export default {
display: inline-flex;
}
.main-container {
padding-top: 6rem;
padding-botton: 5rem;
}
.main-navigation {
a {
color: $text-color-soft;