Skip to content
Snippets Groups Projects
Commit 8c56169a authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

micro ajustements CSS

parent ae44eee2
Branches
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ section.back{
overflow-y: auto;
max-height: calc(100vh - var(--nav-height));
scrollbar-color: var(--third-color) var(--third-color);
margin-top: var(--nav-height);
}
.article-wrap{
......@@ -122,7 +123,7 @@ section.back{
font-size: 3.2rem;
margin-bottom: 50px;
line-height: normal;
padding-top: calc(var(--nav-height));
padding-top: 25px;/*calc(var(--nav-height));*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment