[COLOR=#555555][FONT=Roboto]Hallo,[/FONT][/COLOR]
[COLOR=#555555][FONT=Roboto]ich möchte meinen Hero Content - derzeit weiß hinterlegt - etwas nach rechts schieben, dass das Bild mit dem Gesicht nicht so abgedeckt ist. => http://www.coaching-speyer.de[/FONT][/COLOR]
[COLOR=#555555][FONT=Roboto]Ich bekomme es einfach nicht hin? Was muss ich in dem folgenden CSS Code ändern oder noch hinzufügen?[/FONT][/COLOR]
[COLOR=#555555][FONT=Roboto]/* Desktop -----------*/
Media only screen and (min-width : 480px) {
.hero-title {
font-size: 2.813em;
font-family: "Open Sans";
background-color: #ffffff;
padding: 20px;
}
.hero-text {
font-family: "Open Sans";
background-color: #ffffff;
padding: 20px;
}[/FONT][/COLOR]
[COLOR=#555555][FONT=Roboto].hero-content {
display: flex;
justify-content: center;
align-items: center;
}
}[/FONT][/COLOR]
[COLOR=#555555][FONT=Roboto][FONT=Roboto]VG Marco[/FONT][FONT=Roboto][/FONT][/FONT][/COLOR]