make primary button not wider than viewport

This commit is contained in:
Bruno Windels 2021-02-01 12:23:24 +01:00 committed by Richard van der Hoff
parent c543bf87ec
commit f30c3a99be

View file

@ -55,6 +55,7 @@ main {
display: block;
border-radius: 12px;
width: 100%;
box-sizing: border-box;
margin: 16px 0;
cursor: pointer;
text-align: center;