Fix mobile whoops

This commit is contained in:
bingus_violet 2024-12-24 03:22:36 -06:00
parent 9d632c07be
commit b39eccef61

View file

@ -41,6 +41,10 @@ p {
font-size: 1.2rem;
}
a {
color: lightblue;
}
#yaoiButton {
background: linear-gradient(
90deg,
@ -106,7 +110,7 @@ p {
border: 2px gray solid;
text-align: left;
padding: 5px 16px;
width: 600px;
max-width: 600px;
margin: auto;
}