implement quickbuttons class

This commit is contained in:
Late Night Defender 2024-07-04 00:49:43 +07:00
parent 4768cad8eb
commit fd4e3d87c9
2 changed files with 6 additions and 1 deletions

View file

@ -52,7 +52,7 @@
<p class="emojidecorations">💻 🏳️‍⚧️ 🇹🇭</p> <p class="emojidecorations">💻 🏳️‍⚧️ 🇹🇭</p>
<div style="margin-top: 1cm; margin-bottom: 1cm; "> <div class="quickbuttons">
<a class="gtk-button" target="_blank" rel="noopener noreferrer" href="https://f-social.techtransthai.org/@techtransthai"> <a class="gtk-button" target="_blank" rel="noopener noreferrer" href="https://f-social.techtransthai.org/@techtransthai">
ติดตามเราบน Fediverse ติดตามเราบน Fediverse
</a> </a>

View file

@ -160,6 +160,11 @@ h1 {
text-align: center; text-align: center;
} }
.quickbuttons {
margin-top: 1cm;
margin-bottom: 1cm;
}
/* For tablet screens */ /* For tablet screens */
@media only screen and (min-width: 750px) and (max-width: 1366px) { @media only screen and (min-width: 750px) and (max-width: 1366px) {
.middle-large { .middle-large {