Skip to content
Snippets Groups Projects
Commit ec9fbaeb authored by HerrWaechter's avatar HerrWaechter
Browse files

changed home layout

parent 8639c215
No related branches found
No related tags found
No related merge requests found
...@@ -37,10 +37,10 @@ body { ...@@ -37,10 +37,10 @@ body {
/* Main Content */ /* Main Content */
.main-content { .main-content {
display: grid; display: grid;
grid-template-columns: 1fr 1px 1fr; /* Drei Spalten: links, Trennlinie, rechts */ grid-template-columns: 1fr 1px 5fr; /* Drei Spalten: links, Trennlinie, rechts */
gap: 2rem; gap: 1rem;
padding: 2rem; padding: 1rem;
max-width: 1200px; max-width: 100%;
margin: 0 auto; margin: 0 auto;
} }
...@@ -66,8 +66,8 @@ body { ...@@ -66,8 +66,8 @@ body {
/* Rechte Spalte */ /* Rechte Spalte */
.right-column { .right-column {
display: flex; display: flex;
align-items: center; align-items:flex-start;
justify-content: center; justify-content: flex-start;
padding: 2rem; padding: 2rem;
gap: 2rem; gap: 2rem;
background-color: #f8f9fa; background-color: #f8f9fa;
...@@ -84,7 +84,7 @@ body { ...@@ -84,7 +84,7 @@ body {
justify-content: center; justify-content: center;
background-color: white; background-color: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1); box-shadow: 0 2px 4px rgba(0,0,0,0.1);
width: 100%; min-width: 25%;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: bold; font-weight: bold;
} }
......
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