fix styles
Gitea Actions Demo / build_and_push (push) Successful in 1m4s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m4s
Details
This commit is contained in:
parent
d4b64886c9
commit
164fd4bede
|
|
@ -49,15 +49,6 @@
|
|||
|
||||
|
||||
<style>
|
||||
.image-container {
|
||||
cursor: pointer;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.news-feed {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -66,21 +66,13 @@
|
|||
top:0;
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 25%;
|
||||
width: 28%;
|
||||
height: 300px;
|
||||
background-image: inherit;
|
||||
background-size: inherit;
|
||||
filter: blur(10px);
|
||||
}
|
||||
|
||||
.image-container::before {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.image-container::after {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.image-container::before {
|
||||
left: 0;
|
||||
background-position: left center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue