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;