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
Corentin Bettiol
l3m-website
Commits
f69c0c7d
Commit
f69c0c7d
authored
Mar 15, 2019
by
Corentin Bettiol
💻
Browse files
change padding menu for tablet display
parent
930c3774
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/design.css
View file @
f69c0c7d
...
...
@@ -395,12 +395,10 @@ Media Queries
text-align
:
center
;
padding
:
0
;
}
#listMenu
a
{
padding-bottom
:
5px
;
}
#listMenu
a
:hover
{
padding-bottom
:
0
;
padding-bottom
:
2px
;
}
}
@media
all
and
(
max-width
:
500px
){
...
...
site/layout/layout.php
View file @
f69c0c7d
...
...
@@ -18,6 +18,11 @@
background-color
:
#e3e3e3
;
padding
:
7px
;
}
@media
all
and
(
max-width
:
700px
){
#listMenu
a
{
padding
:
2px
2px
7px
2px
;
}
}
@media
all
and
(
min-width
:
500px
){
#listMenu
.selected
{
padding-bottom
:
2px
;
...
...
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