Fix layout issues for News page
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
.right {
|
.right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
|
|
||||||
// .view__twitter {
|
.view__twitter {
|
||||||
// max-width: $size-minecraft-block * 10;
|
align-self: center;
|
||||||
// }
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user