mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-11 01:20:59 +00:00
fixed readme
This commit is contained in:
parent
9c08d81039
commit
40b13bec3f
2 changed files with 7 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue