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