This commit is contained in:
mileswa1q2
2023-11-05 23:17:17 +00:00
committed by GitHub
parent 81e2f114d3
commit 435c4ebca0
+2
View File
@@ -18,6 +18,7 @@ body{
.container {
--border-radius: 4px;
width:400px;
max-width: 400px;
margin: 1rem;
@@ -25,6 +26,7 @@ padding: 2rem;
box-shadow: 0 0 40px rgba(0,0,0,0.2);
border-radius: var(--border-radius);
background: #ffffff;
}