implement quickbuttons class
This commit is contained in:
parent
4768cad8eb
commit
fd4e3d87c9
2 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
<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">
|
||||
ติดตามเราบน Fediverse
|
||||
</a>
|
||||
|
|
|
@ -160,6 +160,11 @@ h1 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.quickbuttons {
|
||||
margin-top: 1cm;
|
||||
margin-bottom: 1cm;
|
||||
}
|
||||
|
||||
/* For tablet screens */
|
||||
@media only screen and (min-width: 750px) and (max-width: 1366px) {
|
||||
.middle-large {
|
||||
|
|
Loading…
Reference in a new issue