1
0
Fork 0
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:
HarveyKandola 2019-06-11 18:03:28 +01:00
parent f7a738ad84
commit 14820df165
4 changed files with 26 additions and 23 deletions

View file

@ -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;
}
}

View file

@ -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;