Update themes/samflake/css/custom.css

This commit is contained in:
rintyuu 2025-02-17 20:20:05 -08:00
parent 631e6877c6
commit 5963897fc1

View file

@ -53,6 +53,7 @@ div.textcontainer {
max-width: 500px; max-width: 500px;
border: 3px solid #63ceeb; border: 3px solid #63ceeb;
background-color: white; background-color: white;
padding: 15px;
} }
div.buttoncontainer { div.buttoncontainer {
margin-top: 30px; margin-top: 30px;
@ -78,9 +79,9 @@ div.lightbluecontainer {
.progress-ww span:first-of-type { .progress-ww span:first-of-type {
text-align: right; text-align: right;
} }
p.padding { /* p.padding {
padding: 15px; /* Adjust the padding value as needed */ padding: 15px;
} } */
iframe { iframe {
padding: 10px; padding: 10px;
} }