Skip to content

Commit

Permalink
no fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276976 committed Nov 14, 2024
1 parent c4c9f6b commit 1d32df4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 1 addition & 2 deletions css/aficiones-styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
main {
padding: 3em;
margin-top: 1em;
padding: 0 3em;
}

/* Figure styles for images */
Expand Down
7 changes: 3 additions & 4 deletions css/contacto-styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
main {
padding: 3em;
margin-top: 1em;
padding: 0 3em;
}

.mapa-responsivo {
position: relative;
width: 90%;
padding-bottom: 50.625%; /* Relación de aspecto 16:9 */
width: 80%;
padding-bottom: 42.18%; /* Relación de aspecto 16:9 */
margin: 0 auto; /* Centra el contenedor */
}

Expand Down
3 changes: 1 addition & 2 deletions css/proyectos-styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
main {
padding: 3em;
margin-top: 1em;
padding: 0 3em;
}

.project-list {
Expand Down
3 changes: 1 addition & 2 deletions css/resultados-styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
main {
padding: 3em;
margin-top: 1em;
padding: 0 3em;
}
3 changes: 1 addition & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ header {
background-color: #036306;
color: white;
padding: 1em 2em;
position: fixed;
top: 0;
left: 0;
width: 100%;
Expand Down Expand Up @@ -112,7 +111,7 @@ footer {
}

:target {
animation: highlight 2s;
animation: highlight 3s;
}

@keyframes highlight {
Expand Down

0 comments on commit 1d32df4

Please sign in to comment.