12082025-1105
This commit is contained in:
parent
23aa8074ac
commit
b6fe872a80
3 changed files with 40 additions and 21 deletions
|
|
@ -3490,21 +3490,17 @@ body {
|
|||
background: #006464;
|
||||
border-radius: 999px; }
|
||||
|
||||
/* About-Intro: Video ohne abgerundete Ecken */
|
||||
/* About-Intro: Video mit weichen Kanten */
|
||||
/* About-Intro: Video */
|
||||
.intro-video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
border-radius: 12px;
|
||||
/* Weiche Kanten */ }
|
||||
border-radius: 12px; }
|
||||
|
||||
.intro-media {
|
||||
overflow: hidden;
|
||||
/* sorgt dafür, dass der Radius auch das Video schneidet */
|
||||
border-radius: 12px;
|
||||
/* gleicher Radius wie Video */ }
|
||||
border-radius: 12px; }
|
||||
|
||||
/* ========================================
|
||||
ABOUT PAGE STYLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue