add padding stuffs

This commit is contained in:
rintyuu 2025-02-17 20:09:36 -08:00
parent 85bb77ef3c
commit 749389f980

View file

@ -78,3 +78,9 @@ div.lightbluecontainer {
.progress-ww span:first-of-type {
text-align: right;
}
p.padding {
padding: 120px; /* Adjust the padding value as needed */
}
iframe {
padding: 10px;
}