mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-12-11 06:02:03 -05:00
Replace obsolete anchor tags with .anchor class
This commit is contained in:
parent
2cc3e2c9b3
commit
7f2c4dd41b
2 changed files with 42 additions and 167 deletions
|
|
@ -27,12 +27,6 @@
|
|||
line-height: 1.35;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* body {
|
||||
padding-bottom: 30px;
|
||||
} */
|
||||
|
||||
.theme-dropdown .dropdown-menu {
|
||||
position: static;
|
||||
display: block;
|
||||
|
|
@ -47,11 +41,9 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
a.anchor {
|
||||
display: block; position: relative; top: -50px; visibility: hidden;
|
||||
}
|
||||
a.titleanchor {
|
||||
font-size:0.7em;
|
||||
.anchor:target {
|
||||
padding-top: 4rem;
|
||||
margin-top: -4rem;
|
||||
}
|
||||
|
||||
.panel-item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue