diff options
author | Farbod <cppox1@gmail.com> | 2021-12-05 13:31:21 +0400 |
---|---|---|
committer | Farbod <cppox1@gmail.com> | 2021-12-05 13:31:21 +0400 |
commit | 1cbfe3c6ef93c21d355acb7fa5eb714e61a92dd6 (patch) | |
tree | 686ec65f18cbc5245b81794d5f221cb71bf526ba /src/assets/stylesheets | |
parent | Create build.yml (diff) | |
download | libredirect-1cbfe3c6ef93c21d355acb7fa5eb714e61a92dd6.zip |
updated the name and button not showing in firefox
Diffstat (limited to 'src/assets/stylesheets')
-rw-r--r-- | src/assets/stylesheets/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets/stylesheets/styles.css b/src/assets/stylesheets/styles.css index 5079a3cc..a86cfa2b 100644 --- a/src/assets/stylesheets/styles.css +++ b/src/assets/stylesheets/styles.css @@ -59,12 +59,12 @@ header .logo-container { } header .logo-container img { - height: 85px; + height: 30px; float: left; } header .logo-container h1 { - font-size: 25px; + font-size: 14px; float: left; margin-left: 15px; text-transform: uppercase; |