Skip to content

Commit

Permalink
arreglos al css
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagogak committed Nov 23, 2024
1 parent fdf5b6b commit c9b2acb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@ button {
}
.infoLeft {
border-right: 1px solid black;
font-size: 25px;
font-size: 24px;
}

@media (max-width: 768px) {
#resultados {
width: 100%;
}
.infoLeft {
font-size: 14px;
}
}

0 comments on commit c9b2acb

Please sign in to comment.