1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Fix list items packing together

This commit is contained in:
Meow J
2016-07-05 18:58:18 +08:00
parent e6c891f7cc
commit 26e8742fad

View File

@@ -17,6 +17,10 @@ h1, h2 {
line-height: 180%;
}
.col-md-9 li {
margin-bottom: 3px;
}
table td, table th {
font-size: 100% !important;
}