Skip to content

Commit 3163915

Browse files
authored
Merge pull request #289 from silinternational/fix-anouncement
Release - Remove unused css and re-center content in body
2 parents 661ffd0 + 8cb96e7 commit 3163915

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/material/public/styles.2.3.6.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
display: grid;
3+
}
4+
15
p {
26
max-width: 60ch;
37
}
@@ -7,11 +11,6 @@ pre {
711
max-width: 100%;
812
}
913

10-
.fill-viewport {
11-
width: 100vw;
12-
height: 100vh;
13-
}
14-
1514
[layout-children=row] {
1615
display: flex;
1716
flex-direction: row;

0 commit comments

Comments
 (0)