diff --git a/socket/public/css/styles.css b/socket/public/css/styles.css index 0721fce..ad59a65 100644 --- a/socket/public/css/styles.css +++ b/socket/public/css/styles.css @@ -4052,7 +4052,7 @@ body { padding: 0; overflow: hidden; overflow-y: auto; - font-size: 0.875rem; + font-size: 0.75rem; font-weight: 400; } @@ -4090,7 +4090,7 @@ a:hover { .content .cloud { position: relative; width: 80%; - font-size: 0.75rem; + font-size: 0.875rem; font-weight: 500; padding: 10px; margin: 10px 0; diff --git a/socket/public/scss/main.scss b/socket/public/scss/main.scss index 94cad6c..ddc566f 100644 --- a/socket/public/scss/main.scss +++ b/socket/public/scss/main.scss @@ -16,7 +16,7 @@ body{ padding: 0; overflow: hidden; overflow-y: auto; - font-size: $font-14; + font-size: $font-12; font-weight: 400; } @@ -51,7 +51,7 @@ a{ .cloud{ position: relative; width: 80%; - font-size: $font-12; + font-size: $font-14; font-weight: 500; padding: 10px; margin: 10px 0;