Commit 184b37ad by asranov0003

fix: news item padding

parent 9e5dfca0
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.news__item { .news__item {
padding: 1rem; padding: 1rem 2rem;
background: var(--content-bg-color); background: var(--content-bg-color);
border-radius: 10px; border-radius: 10px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment