projects
/
WP-Themes
/
worknbites.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
421df39
)
increasing size of front page service animation images in mobile
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jun 2018 18:44:26 +0000
(14:44 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jun 2018 18:44:26 +0000
(14:44 -0400)
css/responsive.css
patch
|
blob
|
history
diff --git
a/css/responsive.css
b/css/responsive.css
index
17b9d69
..
69f5c2a
100644
(file)
--- a/
css/responsive.css
+++ b/
css/responsive.css
@@
-245,11
+245,20
@@
Responsive CSS
}
}
@media screen and (max-width: 480px){
+ .service-image{
+ margin: 0 auto 10px auto;
+ width: 60% !important;
+ }
.parallax-section h1{
font-size: 30px;
}
.service-list.odd .service-image{
- float: left;
+ float: none;
+ /* float: left; */
+ }
+ .service-list.even .service-image{
+ float: none;
+ /* float: left; */
}
.service-list.odd .service-detail{
float: right;