Actualiza código y revisa constantes
This commit is contained in:
parent
e011c9269a
commit
bc70527ecf
35 changed files with 356 additions and 317 deletions
30
pagetop/static/theme/module/demopage/styles.css
Normal file
30
pagetop/static/theme/module/demopage/styles.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue