Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AIboy996/bilibili_poster
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Jul 1, 2024
2 parents 09a6d79 + 82df2ab commit 532cf2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ header {
text-align: center;
}

head .logo a {
.logo{
display: flex;
}

Expand Down Expand Up @@ -113,7 +113,7 @@ header nav ul li a:hover:after {
margin: 20px 3.5%;
margin-bottom: 80px;
background: var(--color-blue);
cursor: pointer;
/* cursor: pointer; */
/* Animation */
animation-name: append-item;
animation-duration: 0.6s;
Expand All @@ -140,24 +140,24 @@ header nav ul li a:hover:after {

.item img {
display: block;
width: 100%;
max-width: 100%;
width: 102%;
background-color: #FFFFFF;
border: 3px solid #FFFFFF;

}

.item-mid img {
display: block;
width: 100%;
width: 120%;
background-color: #FFFFFF;
border: 3px solid #FFFFFF;
}


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

.item,
.item-mid img {
.item-mid {
width: 45%;
margin: 15px 2.5%;
}
Expand All @@ -166,8 +166,8 @@ header nav ul li a:hover:after {
@media screen and (max-width: 520px) {

.item,
.item-big img {
width: 100%;
.item-big {
width: 45%;
margin: 15px 0%;
}
}
Expand Down

0 comments on commit 532cf2f

Please sign in to comment.