mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix(baseof): add offset to skip to main content
This commit is contained in:
@@ -3811,6 +3811,9 @@ pre {
|
|||||||
[id^="fn"], [id^="fnref"] {
|
[id^="fn"], [id^="fnref"] {
|
||||||
scroll-margin-top: 145px;
|
scroll-margin-top: 145px;
|
||||||
}
|
}
|
||||||
|
#main-content {
|
||||||
|
scroll-margin-top: -125px;
|
||||||
|
}
|
||||||
@media (width >= 640px) {
|
@media (width >= 640px) {
|
||||||
.article {
|
.article {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -215,6 +215,11 @@ pre {
|
|||||||
scroll-margin-top: 145px;
|
scroll-margin-top: 145px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* patch for skip to main content */
|
||||||
|
#main-content {
|
||||||
|
scroll-margin-top: -125px;
|
||||||
|
}
|
||||||
|
|
||||||
@variant sm {
|
@variant sm {
|
||||||
.article {
|
.article {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user