diff --git a/webseite/assets/css/subject.css b/webseite/assets/css/subject.css index fb9b0fe..714bfba 100644 --- a/webseite/assets/css/subject.css +++ b/webseite/assets/css/subject.css @@ -203,7 +203,6 @@ body { justify-content: center; gap: 0.5rem; transform: translateY(0); /* Set initial transform state */ - transition: all 0.2s ease; } .download-btn:hover { @@ -323,22 +322,6 @@ body { flex-wrap: wrap; } -.download-btn { - color: white; - padding: 0.75rem 1.25rem; - border-radius: 10px; - text-decoration: none; - font-size: 0.9rem; - transition: all 0.2s ease; - backdrop-filter: blur(5px); - flex: 1; - min-width: 120px; - display: flex; - align-items: center; - justify-content: center; - gap: 0.5rem; -} - .download-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); diff --git a/webseite/assets/css/topic.css b/webseite/assets/css/topic.css index 5437597..146c20d 100644 --- a/webseite/assets/css/topic.css +++ b/webseite/assets/css/topic.css @@ -174,6 +174,7 @@ body { .main-content { margin-left: 0; + padding: 1rem; } } diff --git a/webseite/subject.php b/webseite/subject.php index 80adce7..d7d9da4 100644 --- a/webseite/subject.php +++ b/webseite/subject.php @@ -53,8 +53,8 @@ $topics = $subjectData->topics; oninput="handleSearch()"> -