- Error page now displaying (+ removed globe, more space between content and footer) - Manipulate data if existing
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.page {
|
||||
overflow-x: hidden;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
// Page part
|
||||
&__part {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
========================================================================== */
|
||||
// Wrap (global)
|
||||
.wrap {
|
||||
width: 100%;
|
||||
max-width: 1648px;
|
||||
margin: 0 auto;
|
||||
padding: 0 16px;
|
||||
|
||||
Reference in New Issue
Block a user