Skip to content

Commit

Permalink
Merge pull request #289 from silinternational/fix-anouncement
Browse files Browse the repository at this point in the history
Release - Remove unused css and re-center content in body
  • Loading branch information
hobbitronics authored Nov 8, 2024
2 parents 661ffd0 + 8cb96e7 commit 3163915
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/material/public/styles.2.3.6.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body {
display: grid;
}

p {
max-width: 60ch;
}
Expand All @@ -7,11 +11,6 @@ pre {
max-width: 100%;
}

.fill-viewport {
width: 100vw;
height: 100vh;
}

[layout-children=row] {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 3163915

Please sign in to comment.