Skip to content

Commit

Permalink
Update novedades_agosto.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Neofitar committed Sep 6, 2023
1 parent 7f7543c commit c62dc9b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions 2023-08/css/novedades_agosto.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.all-books {
padding-top: 150px;
padding-top: 2150px;
margin: 5%;
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -167,12 +167,22 @@
animation: aparecer 1.5s ease-out;
}


@media screen and (max-width: 1270px) {
.all-books {
margin: 3%;
padding-top: 4530px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}


@media screen and (max-width: 530px) {
.all-books {
margin: 3%;
padding-top: 7530px;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down Expand Up @@ -233,6 +243,10 @@

@media screen and (max-width: 400px) {

.all-books {
padding-top: 7550px;
}

.books-details h2 {
font-size: 14px;
margin-top: 10px;
Expand All @@ -249,4 +263,11 @@
.button-acceso {
font-size: 8px;
}
}

@media screen and (max-width: 390px) {

.all-books {
padding-top: 6650px;
}
}

1 comment on commit c62dc9b

@vercel
Copy link

@vercel vercel bot commented on c62dc9b Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

biblio-novedades – ./

biblio-novedades-git-main-neofitar.vercel.app
biblio-novedades-neofitar.vercel.app
biblio-novedades.vercel.app

Please sign in to comment.