Skip to content
Snippets Groups Projects
Commit 55dea67a authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Add margin and padding to paragraph

parent c2d699ba
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,10 @@ h3{
padding: 0;
margin-top: 0;
}
p{
padding: 0.5em;
margin-bottom: 1em;
}
a{
color: midnightblue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment