AMPERION_Webpage/assets/scss/templates/_impressum.scss
2025-06-06 18:12:46 +02:00

22 lines
No EOL
296 B
SCSS

.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table td {
vertical-align: top;
padding: 10px;
}
.col-1 {
width: 30%;
vertical-align: top;
}
.col-2 {
width: 70%;
vertical-align: top;
}