Skip to content

Commit

Permalink
chore: Update responsive styles for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
manelcomiche committed Aug 10, 2024
1 parent c8d99c0 commit c6f95a4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: linear-gradient(135deg, #f0f0f0, #d0d0d0);
overflow: hidden;
margin: 20px;
}

.container {
Expand Down Expand Up @@ -75,8 +74,6 @@ body {
border-radius: 8px;
transition: background 0.3s ease, transform 0.3s ease;
font-size: 18px;
width: 100%;
box-sizing: border-box;
}

.link i {
Expand All @@ -90,12 +87,12 @@ body {

.link.portfolio-link {
background: gold;
color: black;
color: black; /* Opcional: para asegurar que el texto sea legible */
font-weight: bold;
}

.link.portfolio-link:hover {
background: #d4af37;
background: #d4af37; /* Un tono de oro más oscuro para el hover */
}

/* Responsividad */
Expand Down

0 comments on commit c6f95a4

Please sign in to comment.