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

unified with oswald

parent 2f785501
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,7 @@ ...@@ -8,15 +8,7 @@
</head> </head>
<style> <style>
.main-content { .main-content {
padding: 2rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.box:hover {
background-color: #f1f1f1;
} }
</style> </style>
<body> <body>
......
...@@ -14,9 +14,7 @@ ...@@ -14,9 +14,7 @@
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
.box:hover {
background-color: #f1f1f1;
}
</style> </style>
</head> </head>
......
...@@ -88,6 +88,9 @@ body { ...@@ -88,6 +88,9 @@ body {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: bold; font-weight: bold;
} }
.box:hover {
background-color: #f1f1f1;
}
/* Responsive Design */ /* Responsive Design */
@media (max-width: 768px) { @media (max-width: 768px) {
......
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