Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
elinteli authored Dec 17, 2023
1 parent 623533c commit a06763d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
margin: 0px;
scroll-behavior: smooth;
}
a, input[type=checkbox], label {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
background-color: #fff;
font-family: "Heebo", sans-serif;
Expand Down Expand Up @@ -326,6 +329,10 @@ th:first-child {
width: 854px;
margin: 0px;
}
.contenido .imagen-404 {
width: 200px;
border-radius: 50%;
}
@media screen and (max-width: 650px) {
.dibujos-contenedor {
padding: 2em 0px;
Expand All @@ -351,6 +358,13 @@ th:first-child {
#logotipo-creaciones {
font-size: 9vw;
}
.contenido .imagen-404 {
width: 60vw;
}
.texto-imagen-404 {
padding: 0 10%;
display: flex;
}
}
@font-face {
font-family: 'Norwester';
Expand Down

0 comments on commit a06763d

Please sign in to comment.