Skip to content
Snippets Groups Projects
Commit 96a24137 authored by Paulina Nogal's avatar Paulina Nogal
Browse files

Merge branch 'adjust-font-size' into 'master'

Adjust paragraph and list font-size

See merge request !39
parents 6665e78a 7857fe63
Branches sadBucky
No related tags found
1 merge request!39Adjust paragraph and list font-size
...@@ -46,6 +46,11 @@ h5 { ...@@ -46,6 +46,11 @@ h5 {
font-size: 18px; font-size: 18px;
} }
p, ul {
font-size: 18px;
line-height: 1.6;
}
.mr-main__content { .mr-main__content {
padding: 0 15px; padding: 0 15px;
} }
......
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