Compare commits
2 commits
af0effe5d3
...
d2a9530054
Author | SHA1 | Date | |
---|---|---|---|
b12f | d2a9530054 | ||
yuni | dd5d69002a |
|
@ -24,11 +24,6 @@ export default ({
|
||||||
<body className="ps-main">
|
<body className="ps-main">
|
||||||
<Background />
|
<Background />
|
||||||
<main className="ps-main--page ps-page ps-page_home">
|
<main className="ps-main--page ps-page ps-page_home">
|
||||||
<section className="ps-page--banner">
|
|
||||||
<div className="ps-page--banner-contents">
|
|
||||||
⚠️ A few of our services are currently down due to an incident in one of our datacenters. We hope to bring them back up soon.
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{links.map(({ href, title, openInNewTab }) =>
|
{links.map(({ href, title, openInNewTab }) =>
|
||||||
<a
|
<a
|
||||||
href={href}
|
href={href}
|
||||||
|
|
|
@ -21,34 +21,6 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--banner {
|
|
||||||
border: 12px solid black;
|
|
||||||
width: 100%;
|
|
||||||
margin-left: 2vw;
|
|
||||||
margin-right: 2vw;
|
|
||||||
background: white;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--banner-contents {
|
|
||||||
color: var(--foreground);
|
|
||||||
background: white;
|
|
||||||
text-decoration: none;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: 500;
|
|
||||||
font-size: 8rem;
|
|
||||||
line-height: 1em;
|
|
||||||
padding: 0.2vw;
|
|
||||||
margin: 2vw;
|
|
||||||
@media screen and (min-width: 700px) {
|
|
||||||
font-size: 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&--section {
|
&--section {
|
||||||
border: 12px solid black;
|
border: 12px solid black;
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
|
|
Loading…
Reference in a new issue