We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5387096 commit 3baa32eCopy full SHA for 3baa32e
DigitalLearningSolutions.Web/Styles/layout.scss
@@ -14,20 +14,10 @@ body {
14
}
15
16
#pagewrapper {
17
- display: flex;
18
- flex-direction: column;
19
height: 100%;
20
min-height: 100vh;
21
22
23
-#maincontentwrapper {
24
- flex: 1 0 auto;
25
- align-self: center;
26
- width: 100%;
27
- padding-left: 32px;
28
- padding-right: 32px;
29
-}
30
-
31
footer {
32
flex-shrink: 0;
33
@@ -42,8 +32,6 @@ footer {
42
43
44
34
45
46
47
35
.visual-separator {
48
36
height: 8px;
49
37
width: 100%;
0 commit comments