ok, now it's the last v1.0.5. css tweak

This commit is contained in:
Spencer Flagg 2022-07-05 15:21:19 +02:00
parent 20274417bb
commit 94e6b59678

View file

@ -117,7 +117,8 @@ a:hover {
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
html {
font-size: clamp(10px,2vmin,18px);
/* font-size: clamp(10px,2vmin,18px); */
font-size: 2vmin; /* need to figure out a way to add a minimum which doesn't break on mobile */
scroll-behavior: smooth;
color: black;
font-family: Nunito, sans-serif;