Skip to content

Commit

Permalink
start of info site
Browse files Browse the repository at this point in the history
  • Loading branch information
arhill05 committed Sep 22, 2017
1 parent 17454ba commit a71901a
Show file tree
Hide file tree
Showing 18 changed files with 1,360 additions and 33 deletions.
7 changes: 7 additions & 0 deletions app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,18 @@ body .hidden {
body #content #questions .input-container .action-buttons {
flex: 1 25%;
}
body #content #questions .no-questions {
width: 100%;
margin: 16px;
color: #FBFFFE;
text-align: center;
}
body #content #questions .questions-content {
display: flex;
position: fixed;
top: 16px;
bottom: 16px;
min-width: 90%;
}
body #content #questions .questions-content hr {
width: 75%;
Expand Down
Empty file added app/css/variables.css
Empty file.
Loading

0 comments on commit a71901a

Please sign in to comment.