Update 'backplaces/style.css'

master
ada 3 weeks ago
parent 7b5b22a105
commit 61e2cdadff

@ -65,19 +65,16 @@ body {
box-sizing: border-box; box-sizing: border-box;
} }
.links { #links {
position: relative; position: relative;
font-family: 'Platypi'; font-family: 'Platypi';
font-style: italic; font-style: normal;
font-weight: 300; font-weight: 300;
background:none; padding: 0.5rem;
padding: 0.5rem 1rem;
border-radius: 0.5rem;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
} }
.links:hover{
#links:hover{
animation: wiggle 0.6s infinite; animation: wiggle 0.6s infinite;
} }
@ -217,7 +214,7 @@ nav{
.container { .container {
line-height: 2rem; line-height: 2rem;
margin: 70px 0; /* Adjusted for mobile */ margin: 70px 0;
h1 { h1 {
font-size: 30px; font-size: 30px;

Loading…
Cancel
Save