v1.4.12 - Added Category created funtion on guides & web.php route

fixed css
Added guide picture on guides show on app
This commit is contained in:
Anders
2020-11-27 11:29:58 +01:00
parent 3bf8329434
commit c3ca99c9e0
5 changed files with 123 additions and 2 deletions
+4
View File
@@ -65,6 +65,10 @@ a {
height: 10%;
}
.vh-50 {
height: 50vh;
}
.bg-sde-blue {
background-color: $sde-blue;
}