diff --git a/index.html b/index.html index 55cbff2..7bef531 100644 --- a/index.html +++ b/index.html @@ -162,6 +162,20 @@ w.attachEvent ? w.attachEvent("onload", a) : w.addEventListener("load", a, !1) })(window, document); + @@ -314,7 +328,9 @@

Participar do GOPHP

disseminar o PHP em Goiás. -
+ +
+

Google Groups

@@ -344,7 +360,8 @@

Telegram

-
+ +
diff --git a/style.css b/style.css index 9087ca3..d817c54 100644 --- a/style.css +++ b/style.css @@ -1458,6 +1458,7 @@ header .navbar-brand { } .single-service { + margin-right: 10px; padding: 40px 35px 40px 35px; background: #ffffff; border-top: 1px solid #eaeaea; @@ -1471,12 +1472,13 @@ header .navbar-brand { transition: all ease 0.55s; } -.services-wrap .service-box { - display: inline-block; - width: 100%; +.service-box { + display: flex; + width: 33%; text-align: center; } + .single-service > h3 > a:hover, .service-icon > a:hover{ text-decoration:none; }