mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 12:15:22 +00:00
Fix Mobile UI issues (closes #57)
This commit is contained in:
@@ -14,10 +14,10 @@ main {
|
||||
|
||||
code {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
padding: 0.75em;
|
||||
background-color: #383838;
|
||||
width: 50%;
|
||||
margin: 0.5em auto;
|
||||
width: 90%;
|
||||
margin: 0.75em 0;
|
||||
word-wrap: break-word;
|
||||
border-radius: 4px;
|
||||
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
||||
|
||||
Reference in New Issue
Block a user