mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #1007 from Human-Connection/remove_right_padding
Follow up of #958
This commit is contained in:
commit
b7b47e4dde
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user