Danilo Gómez Gómez %!s(int64=4) %!d(string=hai) anos
pai
achega
66c8698c4c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 	}