Skip to content

Commit

Permalink
update sponsors block (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Dec 23, 2023
1 parent 73761b4 commit 1bd9c40
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.phalcon-blog__sponsors-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.phalcon-blog__sponsors-items img {
Expand All @@ -16,7 +17,22 @@

.phalcon-blog__sponsors-items a {
margin-bottom: 30px;
margin-right: 20px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(39,54,70,.4);
padding: 10px 15px;
border-radius: 4px;
width: 46%;
margin-right: 10px;
margin-left: 10px;
}

@media screen and (max-width: 600px) {
.phalcon-blog__sponsors-items a {
width: 100%;
margin-bottom: 20px;
}
}

.phalcon-blog__sponsors-items a:hover {
Expand Down

0 comments on commit 1bd9c40

Please sign in to comment.