Skip to content

Commit 3baa32e

Browse files
committed
Fixed horizontal spacing around breadcrumbs and main content.
1 parent 5387096 commit 3baa32e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

DigitalLearningSolutions.Web/Styles/layout.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,10 @@ body {
1414
}
1515

1616
#pagewrapper {
17-
display: flex;
18-
flex-direction: column;
1917
height: 100%;
2018
min-height: 100vh;
2119
}
2220

23-
#maincontentwrapper {
24-
flex: 1 0 auto;
25-
align-self: center;
26-
width: 100%;
27-
padding-left: 32px;
28-
padding-right: 32px;
29-
}
30-
3121
footer {
3222
flex-shrink: 0;
3323
}
@@ -42,8 +32,6 @@ footer {
4232
}
4333
}
4434

45-
46-
4735
.visual-separator {
4836
height: 8px;
4937
width: 100%;

0 commit comments

Comments
 (0)