2016-04-29 19:30:18 -04:00
|
|
|
.resources {
|
2016-05-13 13:05:16 -04:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
2016-05-17 12:24:37 -04:00
|
|
|
@media(max-width: 768px) {
|
|
|
|
justify-content: center;
|
2016-05-13 13:05:16 -04:00
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
2016-04-29 19:30:18 -04:00
|
|
|
a {
|
2016-05-13 13:05:16 -04:00
|
|
|
font-size: 16px;
|
2016-04-29 19:30:18 -04:00
|
|
|
}
|
2016-05-13 13:05:16 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.capitalize {
|
|
|
|
text-transform: capitalize;
|
2016-04-29 19:30:18 -04:00
|
|
|
}
|