Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yg_orange
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
yg_orange
Merge requests
!6
Yg orange 3374105: Footer menu need to align with footer title.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Yg orange 3374105: Footer menu need to align with footer title.
issue/yg_orange-3374105:yg_orange-3374105
into
8.x-1.x
Overview
0
Commits
6
Pipelines
0
Changes
4
Open
Alok Singh
requested to merge
issue/yg_orange-3374105:yg_orange-3374105
into
8.x-1.x
1 year ago
Overview
0
Commits
6
Pipelines
0
Changes
4
Expand
Footer menu need to align with footer title.
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
c527f7ec
6 commits,
1 year ago
4 files
+
18
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
css/style.css
+
12
−
1
Options
@@ -85,12 +85,12 @@ h1, h2, h3, h4, h5, h6, figure {
.fh5co-nav
{
position
:
absolute
;
top
:
2em
;
margin
:
0
;
padding
:
0
;
width
:
100%
;
padding
:
40px
0
;
z-index
:
300
;
background-color
:
#f36363
;
}
@media
screen
and
(
max-width
:
768px
)
{
.fh5co-nav
{
@@ -1792,4 +1792,15 @@ body{
}
.fh5co-nav
.left-menu
{
width
:
80%
;
}
.region-content
{
padding-top
:
120px
;
}
article
{
border-bottom
:
1px
solid
#eee
;
padding-bottom
:
15px
;
margin-bottom
:
25px
;
}
#fh5co-footer
ul
.menu
{
margin-left
:
0
;
}
\ No newline at end of file
Loading