Skip to content
Snippets Groups Projects
Commit 7ed52f76 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3283995 bu agamich: Add postion style to the region title

parent 38a83e0a
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,11 @@
}
.region--title {
position: relative;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
z-index: 1;
}
.region--content {
......
......@@ -82,8 +82,10 @@
}
.region--title {
position: relative;
flex-basis: 100%;
max-width: 100%;
z-index: 1;
@include for-tablet-landscape-up {
margin-top: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment