Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yg_relic
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_relic
Merge requests
!6
Yg relic 3368208: Tags - need space from bottom, Add new comment need space from left.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Yg relic 3368208: Tags - need space from bottom, Add new comment need space from left.
issue/yg_relic-3368208:yg_relic-3368208
into
8.x-1.x
Overview
0
Commits
6
Pipelines
0
Changes
2
Open
Alok Singh
requested to merge
issue/yg_relic-3368208:yg_relic-3368208
into
8.x-1.x
1 year ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
Tags - need space from bottom, Add new comment need space from left.
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
727db4b7
6 commits,
1 year ago
2 files
+
45
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
css/style.css
+
44
−
0
Options
@@ -413,6 +413,7 @@ ul ul, ul ol, ol ul, ol ol {
#fh5co-header
{
position
:
absolute
;
width
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
}
.user-logged-in
#fh5co-header
{
top
:
110px
;
@@ -1755,4 +1756,47 @@ img{
.fh5co-hero-text
img
{
height
:
200px
;
border-radius
:
100px
;
}
.region-content
{
padding-right
:
60px
;
padding-left
:
60px
;
padding-top
:
150px
}
@media
(
max-width
:
767px
)
{
.region-content
{
padding-right
:
20px
;
padding-left
:
20px
;
}
}
.node__submitted
{
background
:
snow
;
}
article
{
margin-bottom
:
20px
;
border-bottom
:
1px
solid
#eee
;
padding-bottom
:
15px
;
}
.node-readmore
a
{
background-color
:
#08b1f7
;
padding
:
8px
16px
;
border-radius
:
4px
;
color
:
#fff
;
border
:
1px
solid
transparent
;
transition
:
box-shadow
.3s
;
}
.node-readmore
{
margin-right
:
15px
;
}
.node-readmore
a
:hover
{
background-color
:
#08b1f7
;
color
:
#fff
;
border
:
1px
solid
transparent
;
box-shadow
:
0
0
0
1px
#08b1f7
;
}
ul
.inline
li
{
padding-left
:
0
!important
;
}
.field--name-field-tags
{
margin-bottom
:
15px
;
}
\ No newline at end of file
Loading