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
|
||||
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
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user