css patch
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
body {
|
||||
margin: 20px;
|
||||
margin: 0.5em;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
font-size: 60px;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
#app #messages {
|
||||
max-height: 50em;
|
||||
max-height: 40em;
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
Reference in New Issue
Block a user