Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
e7d35531
Commit
e7d35531
authored
Sep 18, 2013
by
Renfred Harper
Browse files
Add custom responsive CSS classes
parent
0cf6bd5c
Changes
1
Show whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
e7d35531
...
...
@@ -113,3 +113,20 @@ ul.ui-autocomplete {
text-align
:
center
;
margin-top
:
12px
;
}
/* Custom Responsive Classes */
/* xs */
@media
(
min-width
:
480px
)
{
}
/* sm */
@media
(
min-width
:
768px
)
{
}
/* md */
@media
(
min-width
:
992px
)
{
}
/* lg */
@media
(
min-width
:
1200px
)
{
}
\ No newline at end of file
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