minor adjustment of the next/prev button height

This commit is contained in:
manetta 2020-11-16 11:59:15 +01:00
parent 830222e61c
commit 829b55e16f

View File

@ -10,7 +10,7 @@ body{
letter-spacing: 0.25pt; letter-spacing: 0.25pt;
color: rgba(40,40,40,1); color: rgba(40,40,40,1);
/*background-color: #d0bba0;*/ /*background-color: #d0bba0;*/
background-color: #ecddcb; background-color: #ecddcb;
} }
h1, h2, h3, h4, h5, h6{ h1, h2, h3, h4, h5, h6{
font-family: 'Belgika-reg'; font-family: 'Belgika-reg';
@ -123,7 +123,7 @@ ul.navprevnext{
ul.navprevnext li.none{ ul.navprevnext li.none{
position: relative; position: relative;
width: calc(50% - 17em); width: calc(50% - 17em);
height: 137px; height: 150px;
top:0; top:0;
background-color: #95d1e6; background-color: #95d1e6;
border-radius: 1em; border-radius: 1em;