From 9b7a39a7d7afe9bac14d98c1385f7335808cc541 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:52:18 +0200 Subject: [PATCH] Fixed link too large --- src/components/education/schoolDisplay.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/education/schoolDisplay.vue b/src/components/education/schoolDisplay.vue index 0463aef..e3357b0 100644 --- a/src/components/education/schoolDisplay.vue +++ b/src/components/education/schoolDisplay.vue @@ -74,12 +74,15 @@ .school_about{ margin: 0; } + .school_info a{ + width: 150px; + } .school_info button{ margin-top: 15px; margin-block: 15px; background-color: rgb(51, 143, 230); font-size: 1.1em; - width: 150px; + width: 100%; color:black; } \ No newline at end of file