diff options
Diffstat (limited to 'views/layouts')
-rwxr-xr-x | views/layouts/main.handlebars | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 06bb146..4f0cfbc 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -31,9 +31,7 @@ <!-- FONTS --> - <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet"> - - <link href="https://fonts.googleapis.com/css?family=Raleway:900" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Fredoka+One&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <!-- CSS --> @@ -66,7 +64,7 @@ <body> <div class="container h-100"> <div class="row" id="container"> - <div class="col-lg-2 col-md-3 col-sm-4 pt-3" id="sidebar"> + <div class="col-lg-2 col-md-3 col-sm-4" id="sidebar"> {{>sidebar}} </div> <div class="col-sm pt-3" id="content"> |