feat: panduan links, better wording, less jank css
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user