AMPERION_Webpage/assets/scss/templates/_impressum.scss

22 lines
296 B
SCSS
Raw Permalink Normal View History

2025-06-06 18:12:46 +02:00
.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;
}