davanstrien HF staff commited on
Commit
30005a8
1 Parent(s): 58b98dc

Add center alignment and styling to component-0

Browse files
Files changed (1) hide show
  1. style.css +10 -0
style.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ text-align: center;
3
+ }
4
+
5
+ #component-0 {
6
+ max-width: 750px;
7
+ margin: auto;
8
+ padding-top: 1.5rem;
9
+ }
10
+