major content update
This commit is contained in:
parent
66862fff25
commit
43535ff819
10 changed files with 192 additions and 33 deletions
|
@ -536,15 +536,6 @@ section {
|
|||
}
|
||||
}
|
||||
|
||||
&.interest-softwerke {
|
||||
background-image: url(../img/magdeburg.jpg);
|
||||
|
||||
.desc {
|
||||
vertical-align: top;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
&.interest-magic {
|
||||
background-image: url(../img/sp-magic.jpg);
|
||||
|
||||
|
@ -554,6 +545,15 @@ section {
|
|||
}
|
||||
}
|
||||
|
||||
&.interest-environment {
|
||||
background-image: url(../img/environment.jpg);
|
||||
|
||||
.desc {
|
||||
vertical-align: top;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
&.interest-sports {
|
||||
background-image: url(../img/dumbbell.jpg);
|
||||
|
||||
|
@ -573,6 +573,16 @@ section {
|
|||
}
|
||||
}
|
||||
|
||||
.commitment {
|
||||
img {
|
||||
display: block;
|
||||
max-height: 120px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
.video {
|
||||
display: table;
|
||||
width: 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue