xavierbarbier commited on
Commit
af15b31
1 Parent(s): d2dea4f

Upload 2 files

Browse files
resource/style/resourse_style_blank.txt ADDED
File without changes
resource/style/resourse_style_custom.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ text-align: center;
3
+ }
4
+
5
+ .contain {
6
+ max-width: 1000px;
7
+ margin: auto;
8
+ padding-top: 1.5rem;
9
+ }