UX: creates a vertical space between the title and the back link (#23558)

The link was to close to the title, there was no vertical space. Adding a space make elements spacing more even on the page.
This commit is contained in:
Canapin 2023-09-15 04:16:23 +02:00 committed by GitHub
parent d811e96fa9
commit bbad09df0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ header .discourse-tag {
grid-area: header; grid-area: header;
background: var(--primary-very-low); background: var(--primary-very-low);
padding: 20px; padding: 20px;
margin-bottom: 1em; margin: 1em 0;
} }
.tag-groups-sidebar { .tag-groups-sidebar {
grid-area: sidebar; grid-area: sidebar;