ok, now it's the last v1.0.5. css tweak
This commit is contained in:
parent
20274417bb
commit
94e6b59678
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue