top-menu button height

This commit is contained in:
Thomas Smith 2023-02-13 15:02:46 -05:00
parent 87c46cf63c
commit 56e9789b29

View file

@ -132,11 +132,15 @@
transition: color 0.3s ease 0s, background 0s ease 0.3s; transition: color 0.3s ease 0s, background 0s ease 0.3s;
} }
#top-menu-btn{
height:50px;
}
</style> </style>
</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</button> <button class="hbtn hb-fill-right" id="top-menu-btn">INSTALL TEA</button>
</a> </a>