mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #1033
This commit is contained in:
parent
f9acb1ea69
commit
23515e16a6
@ -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
|
||||||
|
|
||||||
|
@ -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
Loading…
Reference in New Issue
Block a user