Skip to content

Commit 54f5e3a

Browse files
committed
Small fixes
1 parent daa3f06 commit 54f5e3a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css/main.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ div.center {
123123
font-family: 'Fira Sans', sans-serif;
124124
}
125125

126-
a h1{
126+
body a h1{
127127
font-size: 1.3em;
128128
margin: 0;
129129
line-height: 1.3em
@@ -496,6 +496,10 @@ i.danger{
496496
line-height: 34px
497497
}
498498

499+
.table-responsive{
500+
width:100%;
501+
}
502+
499503
.col-md-6{
500504
line-height: 34px
501505
}
@@ -591,4 +595,8 @@ i.danger{
591595
{
592596
margin: 2px;
593597
border: 1px;
598+
}
599+
600+
body .h1,body .h2,body .h3,body h1,body h2,body h3 {
601+
margin-top: 18px;
594602
}

0 commit comments

Comments
 (0)