Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
13207956
Commit
13207956
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
style: general padding adjustment wrt screen sizes
parent
04c58719
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
13207956
...
...
@@ -62,15 +62,18 @@
/****************************************************/
/* WRAPPER */
/****************************************************/
.wrapper
{
max-width
:
1260px
;
margin
:
auto
;
padding
:
0
7
%
;}
.wrapper
{
max-width
:
1260px
;
margin
:
auto
;
padding
:
0
10
%
;}
.wrapper.text
{
max-width
:
780px
;
margin
:
auto
;}
.wrapper.half
{
max-width
:
510px
;
margin
:
auto
;}
.wrapper.sided
{
max-width
:
1260px
;
}
@media
screen
and
(
max-width
:
400px
)
{
.wrapper
{
padding
:
0
1
%
;}
.wrapper
{
padding
:
0
3
%
;}
}
@media
screen
and
(
min-width
:
400px
)
and
(
max-width
:
1024px
){
.wrapper
{
padding
:
0
3%
;}
.wrapper
{
padding
:
0
5%
;}
}
@media
screen
and
(
min-width
:
1024px
)
and
(
max-width
:
1260px
){
.wrapper
{
padding
:
0
7%
;}
}
@media
screen
and
(
min-width
:
600px
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment