complete rework of offerings

This commit is contained in:
Tobias Brunner 2025-02-28 14:13:51 +01:00
parent 84e25c82d1
commit 20f27bd6b5
No known key found for this signature in database
16 changed files with 313 additions and 294 deletions

View file

@ -1,29 +0,0 @@
.price-table {
width: 100%;
border-collapse: collapse;
margin: 1em 0;
}
.price-table th,
.price-table td {
padding: 8px;
border: 1px solid #ddd;
}
.price-table th {
background-color: #f5f5f5;
}
.button {
display: inline-block;
padding: 4px 8px;
background: #79aec8;
color: white;
text-decoration: none;
border-radius: 4px;
margin: 2px;
}
.button:hover {
background: #609ab6;
}