FEATURE: optimize UI, increase margins
This commit is contained in:
parent
13cbb35ba8
commit
76befe936a
3 changed files with 12 additions and 5 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
<!-- the Moments style css file -->
|
||||
{{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
|
||||
<!-- fancybox css (js in the end before the body closing tag) -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css"/>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<div style="padding-right: 12px;"><i class="far fa-heart"></i></div>
|
||||
</div>
|
||||
</div>
|
||||
<hr style="clear: both">
|
||||
<hr class="seperating_line">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue