Change nav button sizing.

This commit is contained in:
yukirij 2024-09-06 23:44:03 -07:00
parent 632a7fd363
commit cbb0d49dcd

View File

@ -137,9 +137,9 @@ main>nav>section>button{
display:block;
position:relative;
width:auto;
height:calc(100% - 6px);
height:calc(100% - 0.4rem);
padding:0 1rem 0 1rem;
margin:3px 0.25rem 0 0;
margin:0.2rem 0.25rem 0 0;
text-align:left;
font-size:1.25rem;
cursor:pointer;