2015-11-18 21:14:54 -05:00
|
|
|
@import "../../colors";
|
|
|
|
|
2016-05-12 17:57:48 -04:00
|
|
|
p {
|
|
|
|
line-height: 1.5rem;
|
2016-03-23 18:34:54 -04:00
|
|
|
|
2016-05-12 17:57:48 -04:00
|
|
|
a {
|
|
|
|
word-wrap: break-word; /* Overrides: https://github.com/LLK/scratch-www/blob/develop/src/main.scss#L43-L47 */
|
2016-02-08 08:10:41 -05:00
|
|
|
}
|
2016-05-12 17:57:48 -04:00
|
|
|
}
|
2016-03-23 18:34:54 -04:00
|
|
|
|
2016-05-12 17:57:48 -04:00
|
|
|
ul {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2015-11-18 21:14:54 -05:00
|
|
|
|
2016-05-12 17:57:48 -04:00
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 10px 0;
|
|
|
|
width: 188px;
|
|
|
|
text-align: center;
|
2015-11-18 21:14:54 -05:00
|
|
|
|
2016-05-12 17:57:48 -04:00
|
|
|
img {
|
|
|
|
margin: 10px 23px;
|
|
|
|
border: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 50%;
|
|
|
|
border-color: $ui-dark-gray;
|
|
|
|
background-color: $ui-white;
|
|
|
|
padding: 20px;
|
|
|
|
width: 85px;
|
|
|
|
height: 85px;
|
2015-11-18 21:14:54 -05:00
|
|
|
}
|
|
|
|
}
|