Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
l3m-website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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