Style social links
This commit is contained in:
parent
0132b46d5a
commit
7d291d47a6
2 changed files with 18 additions and 1 deletions
|
|
@ -101,3 +101,16 @@ h4 small { font-size: $baseFontSize; }
|
|||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
ul.horizontal {
|
||||
color: $cccsGreen;
|
||||
list-style: none outside none;
|
||||
li {
|
||||
padding-right: 2em;
|
||||
}
|
||||
li:before {
|
||||
font-size: 150%;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue