Skip to content
Snippets Groups Projects
Commit ec53535d authored by HerrWaechter's avatar HerrWaechter
Browse files
parents 7791a570 f2c032d2
No related branches found
No related tags found
No related merge requests found
...@@ -7,15 +7,8 @@ ...@@ -7,15 +7,8 @@
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<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;
} }
</style> </style>
</head> </head>
<body> <body>
......
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