fixed readme

This commit is contained in:
Christopher Pickering 2022-01-04 08:40:42 -06:00
parent 9c08d81039
commit 40b13bec3f
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 7 additions and 4 deletions

View file

@ -41,7 +41,7 @@
href="https://github.com/Riverside-Healthcare/djlint"
target="_blank"
rel="noopener">
<span class="icon is-large has-text-grey">
<span class="icon is-large has-text-grey is-nav-icon">
<i class="fab fa-2x fa-github"></i>
</span>
</a>
@ -49,7 +49,7 @@
href="https://discord.gg/taghAqebzU"
target="_blank"
rel="noopener">
<span class="icon is-large has-text-grey">
<span class="icon is-large has-text-grey is-nav-icon">
<i class="fab fa-2x fa-discord"></i>
</span>
</a>
@ -58,7 +58,7 @@
href="https://pypi.org/project/djlint/"
target="_blank"
rel="noopener">
<span class="icon is-large has-text-grey">
<span class="icon is-large has-text-grey is-nav-icon">
<i class="fab fa-2x fa-download"></i>
</span>
</a>

View file

@ -153,7 +153,7 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top {
max-width: 200px;
max-height:200px;
margin-top: 50%;
translate: 0 -50%;
transform: translate(0 -50%);
}
a.navbar-item:hover,
@ -178,6 +178,9 @@ h2 {
font-size: 25px;
}
.is-nav-icon .fa-2x {
font-size:1.6em;
}
/* fix for prism in bulma */
pre .number {