Matched floating button font size to navbar font sizes

This commit is contained in:
Thomas Smith 2022-10-20 14:51:43 -04:00
parent a9008e963b
commit ad7203ed16

View file

@ -13,7 +13,7 @@
align-items: center; align-items: center;
padding-top: .3vw; padding-top: .3vw;
position: fixed; position: fixed;
font-size: 1.562vw; font-size: 1vw;
background-color: #1a1a1a !important; background-color: #1a1a1a !important;
border: 2px solid #949494; border: 2px solid #949494;
color: #ffffff; color: #ffffff;
@ -47,7 +47,7 @@
align-items: center; align-items: center;
padding-top: .3vw; padding-top: .3vw;
position: fixed; position: fixed;
font-size: 1.562vw; font-size: 1.2vw;
background-color: #1a1a1a !important; background-color: #1a1a1a !important;
border: 2px solid #949494; border: 2px solid #949494;
color: #ffffff; color: #ffffff;