Fix mobile whoops
This commit is contained in:
parent
9d632c07be
commit
b39eccef61
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue