Merge pull request #958 from Human-Connection/984-minimum-size-of-body

🐛 [Bug]  full ads width use with small devices
This commit is contained in:
Robert Schäfer 2019-07-10 02:00:29 +02:00 committed by GitHub
commit 54947b113d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,8 @@ blockquote {
border-left: 3px dotted $color-neutral-70;
&::before {
content: '\201C'; /*Unicode for Left Double Quote*/
content: '\201C';
/*Unicode for Left Double Quote*/
/*Font*/
font-size: $font-size-xxxx-large;

View File

@ -86,9 +86,8 @@
</div>
</ds-container>
</div>
<ds-container style="word-break: break-all">
<div style="padding: 6rem 2rem 5rem;">
<div style="padding: 6rem 2rem 5rem;" :width="{ base: '100%', md: '96%' }">
<nuxt />
</div>
</ds-container>