Update 'backplaces/style.css'

master
ada 3 weeks ago
parent faeb4c2e4d
commit 6285d3675d

@ -64,7 +64,7 @@ body {
padding: 4rem; padding: 4rem;
box-sizing: border-box; box-sizing: border-box;
} }
button{ link{
position: relative; position: relative;
font-family: 'Platypi'; font-family: 'Platypi';
font-style: italic; font-style: italic;
@ -75,7 +75,7 @@ button{
margin-right: 0.5rem; margin-right: 0.5rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
button::before { link::before {
content: ''; content: '';
position: absolute; position: absolute;
width: 100%; width: 100%;
@ -89,7 +89,7 @@ button::before {
transition: transform .3s ease-in-out; transition: transform .3s ease-in-out;
} }
button:hover::before { link:hover::before {
transform-origin: left; transform-origin: left;
transform: scaleX(1); transform: scaleX(1);
} }
@ -123,7 +123,10 @@ button:hover::before {
.container { .container {
margin: 50px 0; margin: 50px 0;
line-height: 3.5rem; line-height: 3.5rem;
h1 {font-style: normal}
h1 {
font-style: normal;
}
h2 { h2 {
font-size: 20px; font-size: 20px;
@ -163,7 +166,7 @@ header{
line-height:1.3; line-height:1.3;
} }
h1, #project-title { h1, #project-title {
font-family: 'Redaction_Regular-35'; font-family: 'Platypi';
} }
iframe{ iframe{
width: 100%; width: 100%;

Loading…
Cancel
Save