v1.7 alpha.2

This commit is contained in:
carodej
2020-07-15 08:34:52 +02:00
parent b1860eac21
commit 38da639e26
32 changed files with 352 additions and 145 deletions
+9
View File
@@ -5,6 +5,7 @@
#viewport {
display: flex;
height: 100%;
width: 100%;
@include transition(200ms);
flex: 1;
}
@@ -325,6 +326,10 @@
#page-content {
padding-top: 0;
&.center-page {
padding-top: 0;
}
}
}
@@ -333,6 +338,10 @@
top: 30px;
}
}
.form-fixed-width {
width: 100%;
}
}
@media only screen and (max-width: 690px) {