2815e58f by RSA

fixes

1 parent 94593dd1
......@@ -247,6 +247,7 @@
padding: 10px;
border-radius: 5px;
margin: 0 0 10px;
font-size: 14px;
}
ul.suggested-options {
......
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap');
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Alegreya Sans", sans-serif;
}
.sidemenu {
background-color: #101827 !important;
}
......@@ -117,10 +124,10 @@ span.info {
}
.message {
font-size: 20px;
padding: 7px 20px !important;
line-height: 25px;
font-size: 14px;
font-family: "Poppins", "Karla", sans-serif;
color: #353b4f;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased !important;
......@@ -209,19 +216,19 @@ code br:nth-child(-n+2) {
@media (min-width: 1280px) {
.message {
font-size: 18px;
font-size: 20px;
}
}
@media (max-width: 1279px) {
.message {
font-size: 16px;
font-size: 18px;
}
}
@media (max-width: 991px) {
.message {
font-size: 14px;
font-size: 16px;
}
.chat-message-center {
padding: 20px 5vw !important;
......@@ -233,7 +240,7 @@ code br:nth-child(-n+2) {
width: 80%;
}
.message {
font-size: 14px;
font-size: 16px;
}
.errormsg {
padding: 10px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!