made font smaller

This commit is contained in:
partisan 2024-08-31 11:48:32 +02:00
parent 37a628ad09
commit c81dd751e9
2 changed files with 9 additions and 2 deletions

View file

@ -23,4 +23,11 @@
width: 48px;
height: 48px;
overflow: visible;
}
}
.the-slider img {
width: 90%;
height: auto;
margin: 0 auto;
border-radius: 10px;
}

View file

@ -129,7 +129,7 @@ input, select, textarea {
body, input, select, textarea {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 17pt;
font-size: 14pt;
font-weight: 300;
line-height: 1.65;
}