diff --git a/assets/css/style.css b/assets/css/style.css index 7b879fc..9acdbda 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -213,6 +213,10 @@ button:hover { font-size: 2.5em; } +.icon-small { + font-size: 1.5em; +} + .apps-text { text-align: left; display: flex; @@ -227,7 +231,7 @@ button:hover { } .apps-text span:nth-child(2n) { color: var(--color-secondary); - font-size: 0.8em; + font-size: 0.65em; text-transform: lowercase; }