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