feat(11): styling for mobile and desktop

This commit is contained in:
efim
2023-06-26 13:58:44 +00:00
parent 5294516707
commit 88fe55bf45
4 changed files with 115 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ import scalatags.Text.tags2
object App extends cask.MainRoutes {
@cask.get("/")
def index() = Page.markdown
def index() = Page.wholePageMarkup
@cask.staticFiles("/dist") // this is what path gets matched
def distFiles() = "dist" // this is os path where files are looked up, for the generated files