new
This commit is contained in:
commit
1d8da2b6dd
824 changed files with 76366 additions and 0 deletions
22
assets/scss/templates/_impressum.scss
Normal file
22
assets/scss/templates/_impressum.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue