Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
html,
body {
width: 100%;
height: 100%
height: 100%;
}

a,
a img,
a:before,
a:after {
text-decoration: none;
transition-duration: .25s
transition-duration: .25s;
}

section {
display: block
display: block;
}

body {
line-height: 1
line-height: 1;
}

#about {
Expand Down Expand Up @@ -118,26 +118,26 @@
}
#about p {
margin: 30px;
margin-bottom: 0px
margin-bottom: 0;
}
#about .social {
margin: 30px;
margin-bottom: 0px
margin-bottom: 0;
}
#about .copyright {
width: 100%;
float: left;
margin-bottom: 0px;
margin-bottom: 0;
}
}

.animated {
animation-duration: 1s;
animation-fill-mode: both
animation-fill-mode: both;
}

.bounce-in {
animation-name: bounce-in
animation-name: bounce-in;
}

@keyframes bounce-in {
Expand All @@ -146,24 +146,24 @@
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, -50%, 0)
transform: translate3d(-3000px, -50%, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, -50%, 0)
transform: translate3d(25px, -50%, 0);
}
75% {
transform: translate3d(-10px, -50%, 0)
transform: translate3d(-10px, -50%, 0);
}
90% {
transform: translate3d(5px, -50%, 0)
transform: translate3d(5px, -50%, 0);
}
to {
transform: translate3d(0, -50%)
transform: translate3d(0, -50%);
}
}

Expand All @@ -172,7 +172,7 @@
font-size: 16px;
font-weight: 300;
line-height: 1.75;
color: rgba(0, 0, 0, 0.65)
color: rgba(0, 0, 0, 0.65);
}

h1 {
Expand All @@ -181,7 +181,7 @@
font-weight: 700;
line-height: 1.25;
color: rgba(0, 0, 0, 0.85);
margin-bottom: 25px
margin-bottom: 25px;
}

a {
Expand All @@ -191,11 +191,11 @@

@media (max-width: 580px) {
body {
font-size: 14px
font-size: 14px;
}
h1 {
font-size: 42px;
line-height: 1.45
line-height: 1.45;
}
}

Expand Down