Skip to content

Commit

Permalink
fix: scss > styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Jul 1, 2020
1 parent b67eb48 commit 0ca6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/actor/actor-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" height="100" width="100"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1>
{{!-- The grid classes are defined in scss/global/_grid.scss. To use,
{{!-- The grid classes are defined in styles/global/_grid.scss. To use,
use both the "grid" and "grid-Ncol" class where "N" can be any number
from 1 to 12 and will create that number of columns. --}}
<div class="resources grid grid-2col">
Expand Down

0 comments on commit 0ca6bfe

Please sign in to comment.