fix css
This commit is contained in:
parent
778d10d22f
commit
7479088254
@ -1,7 +1,9 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
|
||||
|
||||
body {
|
||||
margin: 20px;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
font-size: 60px;
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#app ul
|
||||
{
|
||||
font-size: 0.75em;
|
||||
font-size: 24em;
|
||||
margin: 0.25em 0 0 0;
|
||||
padding: 0 0 0 0;
|
||||
list-style-type: none;
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
#app #members {
|
||||
font-size: 1em;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
#app #add_chat_off {
|
||||
@ -49,14 +49,14 @@
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
font-size: 0.6em;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#app #input_user{
|
||||
color: green;
|
||||
width: 8.5em;
|
||||
height: 1.1em;
|
||||
font-size: 0.75em;
|
||||
font-size: 18px;
|
||||
border: none;
|
||||
outline: none;
|
||||
border-bottom: 0.15em solid green;
|
||||
@ -72,7 +72,7 @@
|
||||
border-bottom: 0.2em solid green;
|
||||
caret-color: green;
|
||||
color: green;
|
||||
font-size: 0.65em;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#app #you {
|
||||
|
Loading…
Reference in New Issue
Block a user