css edits

master
log 3 weeks ago
parent daa3d8592a
commit 07d6ad6809

@ -63,6 +63,7 @@ button{
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
border-radius: 0.5rem; border-radius: 0.5rem;
margin-right: 0.5rem; margin-right: 0.5rem;
margin-bottom: 0.5rem;
} }
button:hover{ button:hover{
animation: wiggle 0.6s infinite; animation: wiggle 0.6s infinite;
@ -131,7 +132,12 @@ button:hover{
animation: wiggle 0.6s infinite; animation: wiggle 0.6s infinite;
cursor: pointer; cursor: pointer;
} }
h1 { header{
line-height:1.3;
}
h1, #project-title {
font-family: 'Platypi';
line-height: 1;
font-weight: 700; font-weight: 700;
font-size: 50px; font-size: 50px;
font-style: italic; font-style: italic;
@ -147,20 +153,26 @@ iframe{
} }
img{ img{
max-width: 100%; max-width: 100%;
padding: 0;
border-radius: 0.5rem; border-radius: 0.5rem;
} }
figcaption{ figcaption{
font-size: 0.85rem; font-size: 0.6rem;
margin: 0.5rem 0 0 0.5rem; margin: 0.5rem 0 0 0.5rem;
} }
figure{ figure{
width: 100%; width: 100%;
margin: 0 0 2rem; margin: 0 0 2rem;
padding: 0;
} }
hr{ hr{
border: none; border: none;
margin: 4rem; margin: 4rem;
} }
#galleries{
width: 74%;
}
nav{ nav{
position: fixed; position: fixed;
a{color: inherit;} a{color: inherit;}

Loading…
Cancel
Save