fix: make width look better on low width
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ body {
|
||||
padding: 35px 25px 25px 25px;
|
||||
position: relative;
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
width: calc(100% - 30px);
|
||||
|
||||
border: 1px solid var(--pink-accent);
|
||||
outline: 4px solid #fff;
|
||||
|
||||
Reference in New Issue
Block a user