Change css id #publicorprivate to a class id. Upate splashpages/show.html.haml

This commit is contained in:
Tyrant Davis 2018-08-07 14:44:32 -05:00 committed by James Mason
parent d3ce401cba
commit 1333641a5f
2 changed files with 3 additions and 3 deletions

View file

@ -175,6 +175,6 @@
}
}
#publicorprivate {
.publicorprivate {
padding-top: 30px;
}