fix styles
Gitea Actions Demo / build_and_push (push) Successful in 1m4s Details

This commit is contained in:
artem 2025-01-02 12:21:58 +03:00
parent d4b64886c9
commit 164fd4bede
2 changed files with 1 additions and 18 deletions

View File

@ -49,15 +49,6 @@
<style> <style>
.image-container {
cursor: pointer;
height: 300px;
width: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.news-feed { .news-feed {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -66,21 +66,13 @@
top:0; top:0;
content: ""; content: "";
position: absolute; position: absolute;
width: 25%; width: 28%;
height: 300px; height: 300px;
background-image: inherit; background-image: inherit;
background-size: inherit; background-size: inherit;
filter: blur(10px); filter: blur(10px);
} }
.image-container::before {
left: 0;
}
.image-container::after {
right: 0;
}
.image-container::before { .image-container::before {
left: 0; left: 0;
background-position: left center; background-position: left center;