mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
Move doc headings above doc meta
This commit is contained in:
parent
f7a738ad84
commit
14820df165
4 changed files with 26 additions and 23 deletions
|
@ -15,8 +15,10 @@ a {
|
|||
text-decoration: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
outline: none;
|
||||
|
||||
a:focus, a:hover {
|
||||
outline: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
> .document-heading {
|
||||
.name {
|
||||
margin: 1.5rem 0 0.5rem 0;
|
||||
margin: 0;
|
||||
color: map-get($gray-shades, 900);
|
||||
font-size: 2.2rem;
|
||||
font-weight: 700;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue