diff --git a/static/css/style.css b/static/css/style.css index 880f557..5288793 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,6 +3,17 @@ body{ background-color: #f5f5f5; } +.pure-g [class*=pure-u]{ + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important; + font-weight: normal; + font-size: 16px; + line-height: 24px; +} + +p{ + margin-top: 0; +} + .jumbotron{ padding-top: 64px; padding-bottom: 64px;