About Page support

This commit is contained in:
Alex Gleason 2020-04-25 16:10:01 -05:00
parent 6c698acef0
commit 6813f512e6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
7 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View file

@ -5,5 +5,5 @@
/coverage/
/.eslintcache
/.env
/public/soapbox/soapbox.json
/public/soapbox
/deploy.sh

Binary file not shown.

Binary file not shown.

View file

@ -192,6 +192,7 @@
.public-layout {
.container {
width: 100%;
max-width: 960px;
@media screen and (max-width: $no-gap-breakpoint) {

View file

@ -0,0 +1,3 @@
<h1>Hello world!</h1>
<p>You made it.</p>

View file