diff --git a/css/layout.css b/css/layout.css index 1b6727c..069486d 100644 --- a/css/layout.css +++ b/css/layout.css @@ -55,7 +55,7 @@ } #actions{ grid-column:span 2; - padding:2% 0; + padding:2% 0 5%; min-height: 10em; } diff --git a/script/nova.js b/script/nova.js index d8554a4..0072bf5 100644 --- a/script/nova.js +++ b/script/nova.js @@ -53,7 +53,14 @@ temp = { { title:"FAQs", callback: function(){ - write("No Questions submitted so far!!!") + addBuffer("FAQs") + addBuffer("Q: How do I progress?") + addBuffer("A: Don't forget to click your cores!") + addBuffer("Q: Why does my timeline restart?") + addBuffer("A: This is the way of the universe.") + addBuffer("Q: What is my purpouse?") + addBuffer("A: Your purpouse is yours to make. No fate.") + writeBuffer() } }, {