Libera la versión de desarrollo 0.0.25 [pagetop]

This commit is contained in:
Manuel Cillero 2022-08-07 09:44:53 +02:00
parent a3ef00526b
commit 93beb620c7
8 changed files with 70 additions and 48 deletions

View file

@ -1,13 +1,24 @@
body.default-homepage span.app-name {
font-weight: bold;
color: inherit;
}
#hello-world {
padding: 2em 5%;
}
#hello-world a {
margin: .25em;
}
#hello-world a.services-link {
padding-left: 1.5em;
padding-right: 1.5em;
#hello-world a.code-link {
padding-left: 2em;
padding-right: 2em;
border-radius: 1.5em;
font-size: 112.5%;
}
#hello-world a.welcome-link {
text-decoration: none;
display: inline-block;
vertical-align: middle;
}
#welcome {