Cambios finales

This commit is contained in:
Fernando Méndez
2021-03-17 12:38:14 +01:00
committed by GitHub
parent 24bfe4c0fc
commit b754c08b15
5 changed files with 36 additions and 12 deletions

View File

@@ -249,13 +249,13 @@ table a{
width: 100%;
height: 500px;
}
.column.side .sketches img, .column.middle .sketches img{
.column.side .sketches img, .column.middle .sketches img {
width: 100%;
height: 75%;
}
}
@media (max-width: 1150px) {
.sketches img{
.sketches img {
width: 100%;
height: 75%;
}
@@ -281,6 +281,18 @@ table a{
width: 25%;
}
/* Timeline Image */
.timeline h2 {
padding-top: 50px;
}
.timeline img{
width: 100%;
text-align: center;
padding-bottom: 50px;
padding-left: 15px;
padding-right: 15px;
}
/* Form */
form {
@@ -365,4 +377,4 @@ textarea {
width: 100%;
height: 80px;
text-align: right;
}
}