mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Use p-1.5 instead
This commit is contained in:
parent
9993c53476
commit
ff0f9d122f
2 changed files with 3 additions and 3 deletions
|
@ -1866,8 +1866,8 @@ select {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding: 0.5rem;
|
||||
.p-1\.5 {
|
||||
padding: 0.375rem;
|
||||
}
|
||||
|
||||
.p-1 {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ $icon := resources.Get (print "icons/" . ".svg") }}
|
||||
{{ if $icon }}
|
||||
<span class="relative icon p-2">
|
||||
<span class="relative block icon p-1.5">
|
||||
{{ $icon.Content | safeHTML }}
|
||||
</span>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue