This commit is contained in:
Jeremy Thomas 2017-08-07 19:51:57 +01:00
parent f9acb1ea69
commit 23515e16a6
3 changed files with 5 additions and 5 deletions

View File

@ -37,13 +37,13 @@
.anchor-title .anchor-title
padding-top: 1.5rem padding-top: 1.5rem
position: relative position: relative
+mobile +until($widescreen)
padding-left: 2rem padding-left: 2rem
.anchor-link .anchor-link
position: absolute position: absolute
right: calc(100% + 1rem) right: calc(100% + 1rem)
+mobile +until($widescreen)
left: 0 left: 0
right: auto right: auto

View File

@ -10373,7 +10373,7 @@ html.route-index #carbon {
position: relative; position: relative;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 1199px) {
.anchor-title { .anchor-title {
padding-left: 2rem; padding-left: 2rem;
} }
@ -10384,7 +10384,7 @@ html.route-index #carbon {
right: calc(100% + 1rem); right: calc(100% + 1rem);
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 1199px) {
.anchor-link { .anchor-link {
left: 0; left: 0;
right: auto; right: auto;

File diff suppressed because one or more lines are too long