Rearrange custom.css line

This commit is contained in:
Eric Nakagawa 2017-09-22 11:42:19 -07:00
parent 2ad9b00929
commit 0dce734a1d
2 changed files with 9 additions and 5 deletions

View file

@ -1 +1,5 @@
/* your custom css */
/* your custom css */
* {
border: 1px solid red;
}