Browse Source

fixed page title css

tags/v1.0.0
Robin Thoni 8 years ago
parent
commit
8348176e63
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      assets/css/main.css

+ 2
- 2
assets/css/main.css View File

173
     background-size: cover;
173
     background-size: cover;
174
 }
174
 }
175
 
175
 
176
-#headerwrap h1 {
176
+#intro h1 {
177
 	font-size: 80px;
177
 	font-size: 80px;
178
 	color: white;
178
 	color: white;
179
 }
179
 }
180
 
180
 
181
-#headerwrap h3 {
181
+#intro h3 {
182
 	font-size: 20px;
182
 	font-size: 20px;
183
 	color: white;
183
 	color: white;
184
 }
184
 }

Loading…
Cancel
Save