mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Fixed margins on lists. Fixed line-height on buttons.
This commit is contained in:
@@ -210,6 +210,8 @@ ul {
|
||||
.site-inner ul {
|
||||
margin-left: 40px;
|
||||
margin-left: 4rem;
|
||||
margin-bottom: 26px;
|
||||
margin-bottom: 2.6rem;
|
||||
}
|
||||
|
||||
.content ul li {
|
||||
@@ -591,16 +593,18 @@ body .green:hover {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
body .arrow-right:after {
|
||||
.arrow-right:after {
|
||||
display: inline-block;
|
||||
content: "\00a0\00a0\f0a9";
|
||||
font-family: FontAwesome;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.arrow-left:before {
|
||||
display: inline-block;
|
||||
content: "\f0a8\00a0\00a0";
|
||||
font-family: FontAwesome;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* Tables
|
||||
|
||||
Reference in New Issue
Block a user