2815e58f by RSA

fixes

1 parent 94593dd1
...@@ -247,6 +247,7 @@ ...@@ -247,6 +247,7 @@
247 padding: 10px; 247 padding: 10px;
248 border-radius: 5px; 248 border-radius: 5px;
249 margin: 0 0 10px; 249 margin: 0 0 10px;
250 font-size: 14px;
250 } 251 }
251 252
252 ul.suggested-options { 253 ul.suggested-options {
......
1 @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;1,400&display=swap');
2
3 body {
4 -webkit-font-smoothing: antialiased;
5 -moz-osx-font-smoothing: grayscale;
6 font-family: "Alegreya Sans", sans-serif;
7 }
1 .sidemenu { 8 .sidemenu {
2 background-color: #101827 !important; 9 background-color: #101827 !important;
3 } 10 }
...@@ -117,10 +124,10 @@ span.info { ...@@ -117,10 +124,10 @@ span.info {
117 } 124 }
118 125
119 .message { 126 .message {
127 font-size: 20px;
120 padding: 7px 20px !important; 128 padding: 7px 20px !important;
121 line-height: 25px; 129 line-height: 25px;
122 font-size: 14px; 130 font-size: 14px;
123 font-family: "Poppins", "Karla", sans-serif;
124 color: #353b4f; 131 color: #353b4f;
125 -moz-osx-font-smoothing: grayscale; 132 -moz-osx-font-smoothing: grayscale;
126 -webkit-font-smoothing: antialiased !important; 133 -webkit-font-smoothing: antialiased !important;
...@@ -209,19 +216,19 @@ code br:nth-child(-n+2) { ...@@ -209,19 +216,19 @@ code br:nth-child(-n+2) {
209 216
210 @media (min-width: 1280px) { 217 @media (min-width: 1280px) {
211 .message { 218 .message {
212 font-size: 18px; 219 font-size: 20px;
213 } 220 }
214 } 221 }
215 222
216 @media (max-width: 1279px) { 223 @media (max-width: 1279px) {
217 .message { 224 .message {
218 font-size: 16px; 225 font-size: 18px;
219 } 226 }
220 } 227 }
221 228
222 @media (max-width: 991px) { 229 @media (max-width: 991px) {
223 .message { 230 .message {
224 font-size: 14px; 231 font-size: 16px;
225 } 232 }
226 .chat-message-center { 233 .chat-message-center {
227 padding: 20px 5vw !important; 234 padding: 20px 5vw !important;
...@@ -233,7 +240,7 @@ code br:nth-child(-n+2) { ...@@ -233,7 +240,7 @@ code br:nth-child(-n+2) {
233 width: 80%; 240 width: 80%;
234 } 241 }
235 .message { 242 .message {
236 font-size: 14px; 243 font-size: 16px;
237 } 244 }
238 .errormsg { 245 .errormsg {
239 padding: 10px; 246 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!