mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
commit
54947b113d
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user