Skip to content
Snippets Groups Projects
Commit a15e2b35 authored by Bady's avatar Bady
Browse files

Fix padding of headings

parent af361749
Branches
No related merge requests found
......@@ -7,13 +7,13 @@
}
h1, h2{
font-weight: 400;
padding: 20px;
padding: 20px 10px;
}
ul, ol{
padding-left: 40px;
padding-left: 40px;
}
p{
padding-left: 10px;
padding-left: 10px;
}
table {
border-collapse: collapse;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment