From 61e2cdadffe0b3314f962907a596070b44f1f655 Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 17:50:31 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index 11d02ee..90fbd9a 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -65,19 +65,16 @@ body { box-sizing: border-box; } -.links { +#links { position: relative; font-family: 'Platypi'; - font-style: italic; + font-style: normal; font-weight: 300; - background:none; - padding: 0.5rem 1rem; - border-radius: 0.5rem; - margin-right: 0.5rem; - margin-bottom: 0.5rem; + padding: 0.5rem; } -.links:hover{ + +#links:hover{ animation: wiggle 0.6s infinite; } @@ -217,7 +214,7 @@ nav{ .container { line-height: 2rem; - margin: 70px 0; /* Adjusted for mobile */ + margin: 70px 0; h1 { font-size: 30px;