Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
techy_news
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
techy_news
Merge requests
!8
techy_news-3392640: Needs to be give some space between two articles.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
techy_news-3392640: Needs to be give some space between two articles.
issue/techy_news-3392640:techy_news-3392640
into
master
Overview
0
Commits
6
Pipelines
0
Changes
2
Open
Alok Singh
requested to merge
issue/techy_news-3392640:techy_news-3392640
into
master
1 year ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
techy_news-3392640: Needs to be give some space between two articles.
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
db5b411f
6 commits,
1 year ago
2 files
+
108
−
1
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
+
108
−
1
Options
@@ -101,7 +101,6 @@ header .region-header {
header
.region-header
.menu
.menu-item
a
:hover
{
color
:
white
;
font-weight
:
900
;
}
.view-banner
.views-field-field-image
{
position
:
relative
;
overflow
:
hidden
;
}
@@ -826,3 +825,111 @@ footer {
.page-node-type-latest-news
.field--name-field-description
{
width
:
100%
;
text-align
:
justify
;
}
}
#block-yg-biz-main-menu
ul
.menu
{
display
:
flex
;
}
/* #block-yg-biz-main-menu ul.menu li {
padding: 10px;
} */
#block-yg-biz-main-menu
li
.menu-item.menu-item--expanded
{
display
:
block
;
position
:
relative
;
}
#block-yg-biz-main-menu
li
.menu-item.menu-item--expanded
>
ul
{
display
:
none
;
top
:
35px
;
padding
:
0
;
margin
:
0
;
position
:
absolute
;
}
#block-yg-biz-main-menu
li
.menu-item.menu-item--expanded
:hover
>
ul
{
display
:
flex
;
flex-direction
:
column
;
}
/* #block-yg-biz-main-menu li.menu-item.menu-item--expanded > ul li {
width: max-content;
} */
.menu-item--expanded
ul
.menu
{
width
:
max-content
;
}
.menu-item--expanded
li
.menu-item
a
{
padding-left
:
0
!important
;
background-color
:
#eee
;
margin-left
:
20px
;
margin-right
:
20px
;
}
.menu-item--expanded
li
{
background-color
:
#eee
;
padding
:
5px
;
}
#block-techynews-main-menu
ul
.menu
{
display
:
flex
;
}
#block-techynews-main-menu
li
.menu-item.menu-item--expanded
{
display
:
block
;
position
:
relative
;
}
#block-techynews-main-menu
li
.menu-item.menu-item--expanded
>
ul
{
display
:
none
;
top
:
31px
;
padding
:
0
;
margin
:
0
;
position
:
absolute
;
}
#block-techynews-main-menu
li
.menu-item.menu-item--expanded
:hover
>
ul
{
display
:
flex
;
flex-direction
:
column
;
gap
:
1px
;
}
.menu-item--expanded
ul
.menu
{
width
:
max-content
;
}
.menu-item--expanded
li
.menu-item
a
{
padding-left
:
0
!important
;
background-color
:
#eee
;
margin-left
:
20px
;
margin-right
:
20px
;
}
.menu-item--expanded
li
{
background-color
:
#eee
;
padding
:
5px
;
z-index
:
1
;
}
.menu
.menu-item--expanded
.menu
.menu-item
a
:hover
{
color
:
#000
;
}
.field--name-comment
{
text-align
:
left
;
}
form
#comment-form
{
text-align
:
left
;
}
@media
(
max-width
:
668px
)
{
.comment-comment-form
.form-item-subject-0-value
input
#edit-subject-0-value
{
width
:
60%
}
}
@media
(
max-width
:
767px
)
{
input
[
type
=
submit
]
{
padding
:
14px
42px
;
margin-left
:
0
;
}
.comment-comment-form
.form-actions
{
padding-left
:
18px
;
}
}
.path-search
form
#search-form
{
text-align
:
left
;
}
article
.field--type-image
img
{
width
:
18%
;
}
.node--type-article
,
.node--type-page
{
margin-bottom
:
45px
;
}
\ No newline at end of file
Loading