mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:05:05 +03:00
More progress/edits
This commit is contained in:
parent
77fb8fcb18
commit
c5fa28e900
3 changed files with 4 additions and 3 deletions
|
@ -117,7 +117,6 @@
|
|||
}, 2000);
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
{{- partial "hero-terminal-animation.html" -}}
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
</ul>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
@ -7,9 +7,11 @@
|
|||
height: 62px;
|
||||
background-color: #1a1a1a !important;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 2px solid gray;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
/* Drop Verion */
|
||||
|
||||
.top-logo{
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
|
|
Loading…
Reference in a new issue