Skip to content
Snippets Groups Projects
Commit 52e4e91e authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

mobile

parent 36ce8775
No related branches found
No related tags found
No related merge requests found
......@@ -89,21 +89,7 @@
.bfh-slider{
width: 100em !important;
max-width: 250px !important;
}
.sidebar, #eng-sidebar {
display: block; /* Sicherstellen, dass die Sidebar sichtbar ist */
width: 100%; /* Die Sidebar nimmt die volle Breite ein */
position: relative; /* Sidebar bleibt relativ zum Inhalt */
padding: 10px; /* Etwas Abstand für die Sidebar */
background-color: #f8f9fa; /* Beispiel Hintergrundfarbe */
z-index: 1000; /* Sicherstellen, dass es über dem Inhalt bleibt */
}
/* Hauptinhalt unter der Sidebar */
.content {
width: 100%; /* Der Inhalt nimmt die volle Breite ein */
margin-top: 20px; /* Etwas Platz unter der Sidebar */
}
}
}
.tag{
......@@ -199,7 +185,7 @@ body {
display: grid !important;
}
}
/*For small Smartphones*/
@media screen and (max-width: 750px){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment