Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!8676
moves all main content inside main region
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
moves all main content inside main region
issue/drupal-3050559:3050559-umami-home-page
into
11.x
Overview
1
Commits
4
Pipelines
5
Changes
4
1 unresolved thread
Hide all comments
Closed
Mark Conroy
requested to merge
issue/drupal-3050559:3050559-umami-home-page
into
11.x
8 months ago
Overview
1
Commits
4
Pipelines
5
Changes
4
1 unresolved thread
Hide all comments
Expand
Closes
#3050559
Thanks to
Code Enigma
for sponsoring my time to work on this.
0
0
Merge request reports
Compare
11.x
version 4
c6b677d7
5 months ago
version 3
41fb6b2f
8 months ago
version 2
88b50901
8 months ago
version 1
49ee1e4b
8 months ago
11.x (base)
and
latest version
latest version
70811c0c
4 commits,
5 months ago
version 4
c6b677d7
3 commits,
5 months ago
version 3
41fb6b2f
3 commits,
8 months ago
version 2
88b50901
2 commits,
8 months ago
version 1
49ee1e4b
1 commit,
8 months ago
4 files
+
78
−
77
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
+
8
−
8
Options
@@ -6,7 +6,7 @@
* footer items, such as a menu, which are styled by their own CSS files.
*/
.footer
{
.
layout-
footer
{
padding
:
2rem
4%
;
text-align
:
center
;
color
:
#fff
;
@@ -21,10 +21,10 @@
/* Large */
@media
screen
and
(
min-width
:
60rem
)
{
/* 960px */
.footer
{
.
layout-
footer
{
text-align
:
left
;
/* LTR */
}
[
dir
=
"rtl"
]
.footer
{
[
dir
=
"rtl"
]
.
layout-
footer
{
text-align
:
right
;
}
.region-footer
{
@@ -36,20 +36,20 @@
/* Extra large + side margins */
@media
screen
and
(
min-width
:
80rem
)
{
/* 1200px (large) + 80px (side margins) = 1280px */
.footer
{
.
layout-
footer
{
padding
:
2rem
0
;
}
}
:where
(
.footer
)
a
{
:where
(
.
layout-
footer
)
a
{
color
:
#fff
;
background-color
:
inherit
;
font-weight
:
400
;
}
:where
(
.footer
)
a
:active
,
:where
(
.footer
)
a
:focus
,
:where
(
.footer
)
a
:hover
{
:where
(
.
layout-
footer
)
a
:active
,
:where
(
.
layout-
footer
)
a
:focus
,
:where
(
.
layout-
footer
)
a
:hover
{
outline-color
:
#fff
;
background-color
:
#000
;
}
Loading