Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Corentin Bettiol
l3m-website
Commits
f69c0c7d
Commit
f69c0c7d
authored
Mar 15, 2019
by
Corentin Bettiol
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change padding menu for tablet display
parent
930c3774
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
css/design.css
css/design.css
+2
-4
site/layout/layout.php
site/layout/layout.php
+5
-0
No files found.
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
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