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
padding-top: 1.5rem
position: relative
+mobile
+until($widescreen)
padding-left: 2rem
.anchor-link
position: absolute
right: calc(100% + 1rem)
+mobile
+until($widescreen)
left: 0
right: auto

View File

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

File diff suppressed because one or more lines are too long