adding padding to bottom

Amolith created

Change summary

ws/static/styles.css | 1 +
1 file changed, 1 insertion(+)

Detailed changes

ws/static/styles.css 🔗

@@ -18,6 +18,7 @@ html {
     color: #2f2f2f;
     background: white;
     font-family: 'Inter', sans-serif;
+    padding-bottom: 20px;
 }
 
 a {