Browse Source

Changes for services cards

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
f49dc25842
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/style.css

4
css/style.css

@ -634,7 +634,7 @@ ul.socials {
padding: 0; } padding: 0; }
.icon-text { .icon-text {
padding: 80px 60px; padding: 30px 50px 0px 50px;
background: none; background: none;
color: #333; color: #333;
text-align: center; text-align: center;
@ -650,7 +650,7 @@ ul.socials {
.icon-text i { .icon-text i {
color: #3399D4; color: #3399D4;
font-size: 60px; font-size: 60px;
padding: 0px 0px 40px 0px; } padding: 0px 0px 20px 0px; }
.icon-text::after { .icon-text::after {
content: ""; content: "";

Loading…
Cancel
Save