feat: panduan links, better wording, less jank css
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-10 08:28:34 +02:00
parent e88a0e0f3b
commit c5d5f93e63
3 changed files with 29 additions and 15 deletions

View File

@ -157,9 +157,10 @@ footer .content span {
}
@media all and (min-width: 768px) {
#formlogo.logo{
#formlogo.logo {
width: 50%;
}
.signup-form-box {
max-width: 70%;
margin: auto;
@ -217,17 +218,27 @@ footer .content span {
transform: rotate(-15deg);
}
.app_name{
.app_name {
font-weight: bold;
font-size: 18px;
margin-bottom: 0.2em;
}
.app_name:hover{
.app_name:hover {
text-decoration: underline;
}
.app_description{
.app_description {
font-size: 14px;
padding: 8px;
}
@media all and (min-width: 768px) {
.app_description {
padding-left: 10px;
padding-right: 10px;
}
}
.tools .app_description a:link {
text-decoration: underline;
}