Этот коммит содержится в:
Maarten 2024-10-11 09:22:02 +02:00
родитель 29725ef38b
Коммит 3ddd9c467a
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -38,5 +38,9 @@
thead {
font-weight: bold;
}
.table-container {
max-height: 800px;
overflow-y: scroll;
}
</style>

Просмотреть файл

@ -26,6 +26,7 @@
background-image: url('images/fiat_2024_banner_background.jpg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
max-width: 800px;
margin: auto;
}