Compare commits

..

No commits in common. "78850a7145f7faa0b55ec88e472b29919d6d81d4" and "4768cad8ebdb69f3102f342301e0e9ac71692643" have entirely different histories.

2 changed files with 9 additions and 12 deletions

View file

@ -52,7 +52,7 @@
<p class="emojidecorations">💻 🏳️‍⚧️ 🇹🇭</p> <p class="emojidecorations">💻 🏳️‍⚧️ 🇹🇭</p>
<div class="quickbuttons"> <div style="margin-top: 1cm; margin-bottom: 1cm; ">
<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

@ -70,12 +70,14 @@ h1 {
} }
.button { .button {
height: 1cm;
border-radius: 6px; border-radius: 6px;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
padding: 10px 10px; padding: 10px 10px;
margin-top: 1cm;
margin-bottom: 1cm;
margin-right: 0.25cm; margin-right: 0.25cm;
margin-bottom: 0.25cm;
transition-duration: 0.2s; transition-duration: 0.2s;
} }
@ -98,15 +100,17 @@ h1 {
} }
.gtk-button { .gtk-button {
height: 1cm;
border-radius: 6px; border-radius: 6px;
background-color: rgba(53, 132, 228, 1);
color: white;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
padding: 10px 10px; padding: 10px 10px;
margin-top: 1cm;
margin-bottom: 1cm;
margin-right: 0.25cm; margin-right: 0.25cm;
margin-bottom: 0.25cm;
transition-duration: 0.2s; transition-duration: 0.2s;
background-color: rgba(53, 132, 228, 1);
color: white;
} }
.gtk-button:hover { .gtk-button:hover {
@ -156,13 +160,6 @@ h1 {
text-align: center; text-align: center;
} }
.quickbuttons {
margin-top: 1cm;
margin-bottom: 1cm;
display: flex;
flex-wrap: wrap;
}
/* 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 {