mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:35:15 +03:00
More progress/edits
This commit is contained in:
parent
77fb8fcb18
commit
c5fa28e900
|
@ -117,7 +117,6 @@
|
||||||
}, 2000);
|
}, 2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{- partial "hero-terminal-animation.html" -}}
|
{{- partial "hero-terminal-animation.html" -}}
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<a href="https://github.com/teaxyz/cli" class="ms-3">
|
<a href="https://github.com/teaxyz/cli" class="ms-3">
|
||||||
<button class="hbtn hb-fill-right">INSTALL TEA (<span class="release" style="text-transform: lowercase;"></span>)</button>
|
<button class="hbtn hb-fill-right">INSTALL TEA</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,11 @@
|
||||||
height: 62px;
|
height: 62px;
|
||||||
background-color: #1a1a1a !important;
|
background-color: #1a1a1a !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-bottom: 2px solid gray;
|
border-bottom: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Drop Verion */
|
||||||
|
|
||||||
.top-logo{
|
.top-logo{
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
Loading…
Reference in a new issue