Files: 9b14c2770a1b327ee389c1c27a56ae36412130c0 / styles / page-heading.mcss
97 bytesRaw
1 | PageHeading { |
2 | display: flex |
3 | max-width: 700px; |
4 | margin: 10px auto; |
5 | |
6 | h1 { |
7 | flex: 1 |
8 | } |
9 | } |
10 |
Built with git-ssb-web
1 | PageHeading { |
2 | display: flex |
3 | max-width: 700px; |
4 | margin: 10px auto; |
5 | |
6 | h1 { |
7 | flex: 1 |
8 | } |
9 | } |
10 |
Built with git-ssb-web