give a margin to button when small screen
This commit is contained in:
parent
49844dd1a8
commit
3840ce154b
|
@ -39,6 +39,7 @@ a:hover {
|
|||
.button {
|
||||
background-color: var(--accent2);
|
||||
padding: 1em;
|
||||
margin-bottom: 20px;
|
||||
display: inline-block;
|
||||
border-radius: var(--border-radius);
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue