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
e904635f
Commit
e904635f
authored
Sep 21, 2013
by
Simon Daron
Browse files
Precise margins for medium screens and slightly reduced for large
parent
08868d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
e904635f
...
...
@@ -63,13 +63,16 @@
/****************************************************/
/* WRAPPER */
/****************************************************/
.wrapper
{
max-width
:
1260px
;
margin
:
auto
;
padding
:
0
10
%
;}
.wrapper
{
max-width
:
1260px
;
margin
:
auto
;
padding
:
0
7
%
;}
.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%
;}
}
@media
screen
and
(
min-width
:
400px
)
and
(
max-width
:
1024px
){
.wrapper
{
padding
:
0
3%
;}
}
@media
screen
and
(
min-width
:
600px
)
{
.wrapper.sided
.leftPart
,
...
...
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