Skip to content

Commit def07f6

Browse files
authored
Merge pull request #277 from cakephp/fix-mobile
update social footer items on tablet & mobile
2 parents 92a4b3f + 1e24c5a commit def07f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webroot/css/responsive.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103

104104
.social {
105-
margin-bottom: 20px;
105+
margin-bottom: 15px;
106106
}
107107

108108
.footer-social {
@@ -123,7 +123,7 @@
123123
top: -21px;
124124
}
125125

126-
.icon-social, .icon-irc, .icon-social-q {
126+
.icon-irc, .icon-social-q {
127127
margin-bottom: 30px;
128128
}
129129

@@ -1203,6 +1203,6 @@
12031203

12041204
@media (min-width: 768px) and (max-width: 1199px) {
12051205
.social {
1206-
margin-bottom: 44px;
1206+
margin-bottom: 20px;
12071207
}
1208-
}
1208+
}

0 commit comments

Comments
 (0)