responsivity update

This commit is contained in:
carodej
2020-07-09 16:52:00 +02:00
parent 5a9f5813c8
commit 5bd6455f7f
20 changed files with 142 additions and 32 deletions
+2 -3
View File
@@ -4,9 +4,9 @@
#viewport {
display: flex;
width: 100%;
height: 100%;
@include transition(200ms);
flex: 1;
}
#application-wrapper {
@@ -29,8 +29,6 @@
#page-content {
margin: 0 auto;
padding-bottom: 50px;
padding-top: 35px;
&.full-width {
max-width: 100%;
@@ -245,6 +243,7 @@
}
.table {
.action-icons {
white-space: nowrap;
+4
View File
@@ -1,3 +1,7 @@
.landing-page {
overflow-x: hidden;
}
.page-wrapper {
position: relative;
margin: 0 auto;