Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
layout_builder_sections_config
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
layout_builder_sections_config
Merge requests
!6
Issue
#3443807
: Add Gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3443807
: Add Gitlab CI
issue/layout_builder_sections_config-3443807:1.0.x
into
1.0.x
Overview
0
Commits
5
Pipelines
6
Changes
4
Merged
Kelly
requested to merge
issue/layout_builder_sections_config-3443807:1.0.x
into
1.0.x
1 year ago
Overview
0
Commits
5
Pipelines
6
Changes
4
Expand
0
0
Merge request reports
Compare
1.0.x
version 4
619d3618
10 months ago
version 3
c5028b5b
10 months ago
version 2
13d2b025
10 months ago
version 1
7114d342
1 year ago
1.0.x (base)
and
latest version
latest version
07cc63af
5 commits,
10 months ago
version 4
619d3618
4 commits,
10 months ago
version 3
c5028b5b
3 commits,
10 months ago
version 2
13d2b025
2 commits,
10 months ago
version 1
7114d342
1 commit,
1 year ago
4 files
+
60
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
layouts/twocol_section/twocol_section.css
+
20
−
10
Options
@@ -13,28 +13,38 @@
}
@media
screen
and
(
min-width
:
40em
)
{
.layout--twocol-section.layout--twocol-section--50-50
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--50-50
>
.layout__region--second
{
.layout--twocol-section.layout--twocol-section--50-50
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--50-50
>
.layout__region--second
{
flex
:
0
1
50%
;
}
.layout--twocol-section.layout--twocol-section--33-67
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--67-33
>
.layout__region--second
{
.layout--twocol-section.layout--twocol-section--33-67
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--67-33
>
.layout__region--second
{
flex
:
0
1
33%
;
}
.layout--twocol-section.layout--twocol-section--33-67
>
.layout__region--second
,
.layout--twocol-section.layout--twocol-section--67-33
>
.layout__region--first
{
.layout--twocol-section.layout--twocol-section--33-67
>
.layout__region--second
,
.layout--twocol-section.layout--twocol-section--67-33
>
.layout__region--first
{
flex
:
0
1
67%
;
}
.layout--twocol-section.layout--twocol-section--25-75
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--75-25
>
.layout__region--second
{
.layout--twocol-section.layout--twocol-section--25-75
>
.layout__region--first
,
.layout--twocol-section.layout--twocol-section--75-25
>
.layout__region--second
{
flex
:
0
1
25%
;
}
.layout--twocol-section.layout--twocol-section--25-75
>
.layout__region--second
,
.layout--twocol-section.layout--twocol-section--75-25
>
.layout__region--first
{
.layout--twocol-section.layout--twocol-section--25-75
>
.layout__region--second
,
.layout--twocol-section.layout--twocol-section--75-25
>
.layout__region--first
{
flex
:
0
1
75%
;
}
}
Loading