mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 06:13:43 +01:00
Fix full-width margins
This commit is contained in:
parent
be644e3b7c
commit
9998271a5b
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
|
||||
@mixin fullwidth-gallery {
|
||||
&.full-width {
|
||||
margin-left: -22px;
|
||||
margin-right: -22px;
|
||||
margin-left: -14px;
|
||||
margin-right: -14px;
|
||||
width: inherit;
|
||||
max-width: none;
|
||||
height: 250px;
|
||||
|
|
Loading…
Reference in a new issue