Increased size of participate button.
This commit is contained in:
@@ -178,18 +178,20 @@ export default {
|
|||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
padding: 0 1em 0 1em;
|
padding: 0 1em 0 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 12.5em;
|
width: 17.5em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
|
font-size: 1.2rem;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 16px;
|
font-size: 1.4rem;
|
||||||
|
margin: 1rem;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user