Fix size of home page paths

This commit is contained in:
Alessio Davoli 2023-07-18 17:10:38 +02:00
parent 444c64b55c
commit 336efea43b
2 changed files with 19 additions and 1 deletions

View file

@ -18,6 +18,14 @@
</a>
<style>
a {
text-decoration: inherit;
color: inherit;
cursor: auto;
}
.bold {
font-weight: bold;
}
.route-card {
text-decoration: none;
display: block;
@ -30,6 +38,10 @@
width: 90%;
display: flex;
background-color: var(--card-background-color);
}
.route-card-center {
font-size: 18px;
}
.route-card > * {
@ -64,7 +76,7 @@
height: 100%;
align-content: center;
padding: 20px;
font-size: 20px;
font-size: 28px;
}
.route-card .name > * {

View file

@ -18,8 +18,14 @@
</main>
<style>
header {
text-align: center;
display: grid;
place-items: center;
}
main {
width: 100%;
height: 72vh;
margin: 0px;
font-family: 'Roboto-Regular';
display: grid;