8000 Add a little bit of padding to the content area when the viewport is < 768px in width. by remybach · Pull Request #176 · jquery/jquery-wp-content · GitHub
Skip to content

Add a little bit of padding to the content area when the viewport is < 768px in width. #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a little bit of padding to the content area when the viewport is …
…< 768px in width.
  • Loading branch information
remybach committed Jan 17, 2013
commit ebc34aad2ccdffe6dae1f04455f39787bae47243
5 changes: 5 additions & 0 deletions themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2703,6 +2703,11 @@ footer li img {
background-image: none;
}

.content-f 5185 ull.full-width #content {
padding-left: 2%;
padding-right: 2%;
}

#content,
.col7-3.col,
footer #legal p.copyright,
Expand Down