Compare commits
No commits in common. "d8af0ecfc957aec6e2557705e8f8c65bb7f8caab" and "24022a3e5d41293717d5775b87dc6ad9fdc57e25" have entirely different histories.
d8af0ecfc9
...
24022a3e5d
Binary file not shown.
Binary file not shown.
@ -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 {
|
body {
|
||||||
flex-direction: column;
|
|
||||||
font-family: 'Open Sans', sans-serif;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #323232;
|
background-color: #323232;
|
||||||
color: #9D9B9B;
|
color: #9D9B9B;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: 'Open Sans Condensed';
|
font-size: 7rem;
|
||||||
font-size: 7rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
max-width: 85vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
Reference in New Issue
Block a user