improve sfu design and remove some useless code

This commit is contained in:
Alain Takoudjou
2020-09-03 17:01:21 +02:00
parent 32459b4b5b
commit efb8a71981
6 changed files with 228 additions and 261 deletions
+15 -5
View File
@@ -1,7 +1,3 @@
body {
font: 14px "Lato", Arial, sans-serif;
}
h1 {
font-size: 160%;
}
@@ -10,7 +6,14 @@ h1 {
display: inline;
}
.signature {
border-top: solid;
padding-top: 0;
border-width: thin;
clear: both;
height: 3.125rem;
text-align: center;
}
body {
overflow-x: hidden;
@@ -32,3 +35,10 @@ body {
*, :after, :before {
box-sizing: border-box;
}
textarea {
font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}