add simple font paragraph style
This commit is contained in:
parent
400930fcaf
commit
3caa632994
1 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,17 @@ body{
|
||||||
background-color: #f5f5f5;
|
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{
|
.jumbotron{
|
||||||
padding-top: 64px;
|
padding-top: 64px;
|
||||||
padding-bottom: 64px;
|
padding-bottom: 64px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue