Small fixes

This commit is contained in:
Vojtěch Sajdl 2018-03-10 01:30:06 +01:00
parent daa3f06fe9
commit 54f5e3a76b
No known key found for this signature in database
GPG Key ID: 5D4EB1361A272390
1 changed files with 9 additions and 1 deletions

View File

@ -123,7 +123,7 @@ div.center {
font-family: 'Fira Sans', sans-serif; font-family: 'Fira Sans', sans-serif;
} }
a h1{ body a h1{
font-size: 1.3em; font-size: 1.3em;
margin: 0; margin: 0;
line-height: 1.3em line-height: 1.3em
@ -496,6 +496,10 @@ i.danger{
line-height: 34px line-height: 34px
} }
.table-responsive{
width:100%;
}
.col-md-6{ .col-md-6{
line-height: 34px line-height: 34px
} }
@ -591,4 +595,8 @@ i.danger{
{ {
margin: 2px; margin: 2px;
border: 1px; border: 1px;
}
body .h1,body .h2,body .h3,body h1,body h2,body h3 {
margin-top: 18px;
} }