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
Ryan Dee
UNL_GraduateBulletin
Commits
b5eb066a
Commit
b5eb066a
authored
Jan 09, 2014
by
skoolbus39
Browse files
Updated CSS to fix buttons overlapping at mobile widths
parent
8b68aef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/templates/catalog.css
View file @
b5eb066a
...
...
@@ -15,11 +15,11 @@
}
#homepage
ul
{
text-align
:
center
;
margin-top
:
10px
;
margin-top
:
10px
;
s
}
#homepage
ul
li
{
display
:
inline
;
margin
:
18
px
;
display
:
block
;
margin
:
30
px
;
}
#homepage
ul
li
a
{
background-color
:
#cc0000
;
...
...
@@ -39,3 +39,7 @@
color
:
#FFF
;
}
@media
(
min-width
:
700px
)
{
display
:
inline
;
margin
:
18px
;
}
Write
Preview
Supports
Markdown
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