1
0

Larger search input font size

This commit is contained in:
Emil Miler 2022-12-18 18:46:30 +01:00
parent 3c7db82812
commit ecd68a718a

View File

@ -192,12 +192,13 @@ main {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
border: 1px solid #ccc; border: 1px solid #ccc;
padding: .5em 1em; padding: .4rem .9rem;
margin: 1em 0; margin: 1em 0;
outline: none; outline: none;
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
font-family: spectral, serif; font-family: spectral, serif;
font-size: 1rem;
} }
} }