Compare commits

..

No commits in common. "d8af0ecfc957aec6e2557705e8f8c65bb7f8caab" and "24022a3e5d41293717d5775b87dc6ad9fdc57e25" have entirely different histories.

3 changed files with 3 additions and 20 deletions

View File

@ -85,39 +85,22 @@ styles for this page
--------------------
*/
/* define our fonts */
@font-face {
font-family: 'Open Sans Condensed';
font-weight: bold;
src: url(/errorpages/fonts/opensanscondensed-bold.ttf) format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-weight: normal;
src: url(/errorpages/fonts/opensans-regular.ttf) format("truetype");
}
body {
flex-direction: column;
font-family: 'Open Sans', sans-serif;
align-items: center;
background-color: #323232;
color: #9D9B9B;
display: flex;
flex-direction: column;
padding: 2rem;
}
h1 {
font-family: 'Open Sans Condensed';
font-size: 7rem;
font-size: 7rem;
}
img {
margin: 2rem 0;
max-height: 50vh;
max-width: 85vw;
max-height: 50vh;
}
p {