Skip to content
Snippets Groups Projects
Verified Commit 78dd8b90 authored by David Beniamine's avatar David Beniamine
Browse files

Better padding for title

parent cf1a3803
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ body { display: flex; flex-direction: column; } ...@@ -71,7 +71,7 @@ body { display: flex; flex-direction: column; }
#title, #logo, #title h1 { #title, #logo, #title h1 {
font-family: Revalia !important; font-family: Revalia !important;
float: left; float: left;
padding: 1em; padding: 1em 0 0.5em 0.5em;
} }
#title * { margin: 0; color: #41B171; } #title * { margin: 0; color: #41B171; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment