Actualiza código y revisa constantes

This commit is contained in:
Manuel Cillero 2022-07-15 18:58:05 +02:00
parent e011c9269a
commit bc70527ecf
35 changed files with 356 additions and 317 deletions

View file

@ -0,0 +1,30 @@
#hello-world {
padding: 2em 5%;
}
#hello-world a {
margin: .25em;
}
#hello-world a.services-link {
padding-left: 1.5em;
padding-right: 1.5em;
border-radius: 1.5em;
}
#welcome {
padding: 1em 5%;
}
#welcome .welcome-col-text {
padding-left: 5%;
}
/* Responsiveness */
@media (max-width: 992px) {
#hello-world .hello-col-text {
text-align: center;
}
#hello-world .hello-col-image {
padding-top: 5%;
}
#welcome .welcome-col-text {
text-align: center;
padding-left: 0;
}
}