Compare commits

...

2 Commits
0.2.2 ... 0.2.4

Author SHA1 Message Date
Deon George
11a321603c Update require for igaster/laravel-theme 2019-02-04 11:04:41 +00:00
Deon George
8aa21663d5 Changed body font size 2018-08-23 16:26:39 +10:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
}
],
"require": {
"igaster/laravel-theme": "2.0.6",
"igaster/laravel-theme": "^2.0",
"orchestra/asset": "^3.6"
},
"require-dev": {

View File

@@ -20,7 +20,7 @@
body {
color: #333;
font-weight: 400;
font-size: 16px;
font-size: 14px;
}
label {