Fix layout issues on News Page
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.instructions {
|
.instructions {
|
||||||
flex: 1 1 50%;
|
flex: 1 1 50%;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
.view__news_page {
|
.view__news_page {
|
||||||
@include layout-body-with-sidebar;
|
@include layout-body-with-sidebar;
|
||||||
|
|
||||||
.right {
|
& > .right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|||||||
Reference in New Issue
Block a user