From 613a3c713febd7f2f8dbe0e9c5e33024acd1a999 Mon Sep 17 00:00:00 2001 From: "Andre Teles email = winchestersystem@gmail.com" Date: Thu, 18 May 2017 20:46:29 +0100 Subject: [PATCH] Corrigido bug na area de contatos do grupo na Box do Telegram --- index.html | 21 +++++++++++++++++++-- style.css | 8 +++++--- 2 files changed, 24 insertions(+), 5 deletions(-) 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; }