This website works better with JavaScript.
Explore
Help
Register
Sign In
edcommonwealth
/
sqm-dashboards
mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
Watch
1
Star
0
Fork
You've already forked sqm-dashboards
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fixing border padding on mobile
Browse Source
pull/1/head
Jared Cosulich
9 years ago
parent
14e3d75848
commit
7947ef5e5b
1 changed files
with
11 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
11
app/assets/stylesheets/scaffolds.scss
Unescape
Escape
View File
@ -64,3 +64,14 @@ form {
}
}
}
@media
(
max-width
:
978
px
)
{
.
container
{
padding
:
0
;
margin
:
0
;
}
body
{
padding
:
0
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
edcommonwealth/sqm-dashboards
Title
Body
Create Issue