Skip to content
Snippets Groups Projects
Commit 1d60ef3d authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2043047 by makemineatriple, emma.maria, patrickd: Slogan shown on installation pages.

parent c246b07e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -29,7 +29,7 @@
{% endif %}
{% if site_slogan %}
<div id="site-slogan">{{ site_slogan }}</div>
<h2 class="site-slogan">{{ site_slogan }}</h2>
{% endif %}
{% if header %}
......
......@@ -85,10 +85,19 @@ body.install-page #page-title {
background: transparent;
padding-top: 0;
}
body.install-page .site-slogan {
margin: 0.75em 0 0.75em 50px; /* LTR */
}
[dir="rtl"] body.install-page .site-slogan {
margin: 0.75em 50px 0.75em 0;
}
@media all and (max-width: 48em) { /* 768px */
body.install-page #site-name {
margin-left: 0;
}
body.install-page .site-slogan {
margin: 0.75em 0 1.5em;
}
body.install-page {
padding: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment