projects
/
WP-Themes
/
npoint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbbdaf9
)
fixing padding in mobile
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 13 Apr 2018 19:24:26 +0000
(15:24 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 13 Apr 2018 19:24:26 +0000
(15:24 -0400)
fixing the page padding in mobile view
css/responsive.css
patch
|
blob
|
history
diff --git
a/css/responsive.css
b/css/responsive.css
index
3306ec8
..
d18987b
100644
(file)
--- a/
css/responsive.css
+++ b/
css/responsive.css
@@
-2,9
+2,13
@@
Responsive CSS
*/
@media screen and (max-width: 1200px){
+ .page-template-default #page #content{
+ padding-left: 10px;
+ padding-right: 10px;
+ }
.mid-content{
width: 100%;
- padding: 0 20px;
+ /* padding: 0 20px; */
}
.service-list .service-image{