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