css edits

master
log 2 weeks ago
parent daa3d8592a
commit 07d6ad6809

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

Loading…
Cancel
Save