mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix #1033
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user