Spacing der Kacheln in der Themenübersicht etwas verkleinert

This commit is contained in:
Matthias Grief
2024-11-19 19:48:54 +01:00
parent ddeb33b255
commit 9a37011e56

View File

@@ -116,7 +116,7 @@ body {
.topic-card {
border-radius: 20px;
padding: 2rem;
padding: 1.5rem;
position: relative;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
@@ -153,7 +153,6 @@ body {
.topic-header {
display: flex;
align-items: center;
margin-bottom: 1.5rem;
position: relative;
}
@@ -172,7 +171,6 @@ body {
.topic-description {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}
.related-topics {