css
This commit is contained in:
+9
-1
@@ -106,8 +106,16 @@ CSS für die Profilseite
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
|
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
||||||
@media (max-width: 760px) {
|
@media (max-width: 760px) {
|
||||||
|
.form-page {
|
||||||
|
display: flex !important;
|
||||||
|
flex-direction: column !important;
|
||||||
|
align-items: center !important;/* Block in die Mitte */
|
||||||
|
justify-content: center !important;
|
||||||
|
padding: 20px 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-layout-container {
|
.profile-layout-container {
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ CSS für die Suchergebnis-Seite
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
|
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.s-res-layout-grid {
|
.s-res-layout-grid {
|
||||||
grid-template-columns: 1fr; /* Stapelt Seitenleiste und Inhalt untereinander */
|
grid-template-columns: 1fr; /* Stapelt Seitenleiste und Inhalt untereinander */
|
||||||
|
|||||||
Reference in New Issue
Block a user