This commit is contained in:
2019-05-20 01:47:44 -05:00
parent dae0f5b159
commit 644866f3ef
2 changed files with 3 additions and 1 deletions

3
public/css/app.css vendored
View File

@@ -1,4 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito);
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)

View File

@@ -13,6 +13,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
-->
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
</head>
<body>
@include('layouts.navbar')