forked from markus/AMPERION_Webpage
22 lines
No EOL
296 B
SCSS
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;
|
|
}
|
|
|