Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ce9c71f6
Commit
ce9c71f6
authored
Oct 08, 2012
by
Angie Byron
Browse files
Issue
#1799700
by attiks: Fixed Missing space in breakpoint.
parent
7be7d812
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/themes/bartik/config/bartik.breakpoints.yml
View file @
ce9c71f6
mobile
:
'
(min-width:
0px)'
narrow
:
'
all
and
(min-width:
560px)
and
(max-width:850px)'
narrow
:
'
all
and
(min-width:
560px)
and
(max-width:
850px)'
wide
:
'
all
and
(min-width:
851px)'
core/themes/bartik/css/layout.css
View file @
ce9c71f6
...
...
@@ -71,7 +71,7 @@ body,
padding
:
0
10px
;
}
@media
all
and
(
min-width
:
560px
)
and
(
max-width
:
850px
)
{
@media
all
and
(
min-width
:
560px
)
and
(
max-width
:
850px
)
{
#sidebar-first
,
.region-triptych-first
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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