You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
183 B
18 lines
183 B
@import '../../variables.scss';
|
|
|
|
.peer {
|
|
margin: 20px 0;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 10px;
|
|
}
|
|
}
|