mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
top-menu button height
This commit is contained in:
parent
87c46cf63c
commit
56e9789b29
1 changed files with 5 additions and 1 deletions
|
@ -132,11 +132,15 @@
|
|||
transition: color 0.3s ease 0s, background 0s ease 0.3s;
|
||||
}
|
||||
|
||||
#top-menu-btn{
|
||||
height:50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</ul>
|
||||
<a href="https://github.com/teaxyz/cli" class="ms-3">
|
||||
<button class="hbtn hb-fill-right">INSTALL TEA</button>
|
||||
<button class="hbtn hb-fill-right" id="top-menu-btn">INSTALL TEA</button>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue