Welcome to Colossus!
+Using Colossus you can easily keep track of your PC hardware benchmarking results and benchmark settings.
+diff --git a/assets/sass/nardah.sass b/assets/sass/nardah.sass index af520fd..e02591f 100644 --- a/assets/sass/nardah.sass +++ b/assets/sass/nardah.sass @@ -1,8 +1,43 @@ -html, +$nav-height: 65px + body margin: 0 - padding: 0 - background: lightgrey + padding: $nav-height 0 0 + background: white #main-nav + position: fixed + top: 0 + left: 0 + width: 100% + height: $nav-height background: cornflowerblue + + .nav-left, + .nav-right + list-style: none + li + display: inline-block + .nav-left + float: left + .nav-right + float: right + + .site-logo, + .nav-link a + display: inline-block + padding: 15px 15px + color: black + font-size: 2rem + transition: all 230ms ease-in-out + &:hover + color: #333 + + .site-logo + padding-left: 25px + font-weight: bold + +#main-wrapper + max-width: 1180px + margin-top: 15px + padding: 20px 27px diff --git a/views/index.html b/views/index.html index 6ac4e3d..b8c76b0 100644 --- a/views/index.html +++ b/views/index.html @@ -1,5 +1,24 @@ {{ template "layout_header" . }} -
This is a test.
+Using Colossus you can easily keep track of your PC hardware benchmarking results and benchmark settings.
+