Browse Source

Use postcss

Danilo Gómez Gómez 4 years atrás
parent
commit
66c8698c4c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      layout/about-and-contact.html

+ 4 - 0
layout/about-and-contact.html

@@ -34,8 +34,12 @@
 	}
 
 	.top {
+		display: -webkit-box;
 		display: flex;
+		-webkit-box-orient: horizontal;
+		-webkit-box-direction: normal;
 		flex-direction: row;
+		-webkit-box-align: start;
 		align-items: flex-start;
 	}