More CSS adjustments

This commit is contained in:
Noikoio 2017-10-15 21:26:32 -07:00
parent 8280d1ad3f
commit db0673bc40

View file

@ -3,6 +3,10 @@
@import "{{ site.theme }}"; @import "{{ site.theme }}";
a {
border-bottom: 1px dashed #ffcc00;
}
section #title h1 { section #title h1 {
// Compensating for removal of description line // Compensating for removal of description line
margin-bottom: 18px; margin-bottom: 18px;
@ -10,15 +14,7 @@ section #title h1 {
text-align: left; text-align: left;
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }
section #title span a { border-bottom: none; }
code { code { padding: 0px; }
padding: 0px; ul { margin-bottom: 0px; }
}
ul {
margin-bottom: 0px;
}
a {
border-bottom: 1px dashed #ffcc00;
}