kriSH-cD commented on code in PR #1289:
URL: https://github.com/apache/airflow-site/pull/1289#discussion_r2559420507
##########
landing-pages/site/assets/scss/main-custom.scss:
##########
@@ -57,48 +57,4 @@
@import "survey";
@import "testimonial";
@import "suggest-change";
-
-/* Blog Snippet Section */
-.blog-snippet-list {
- display: grid;
- gap: 1.2rem;
- grid-template-columns: 1fr;
-}
-
-.blog-snippet-item {
- padding: 1rem 1.25rem;
- border-radius: 8px;
- background: rgba(255, 255, 255, 0.03);
- border: 1px solid rgba(255, 255, 255, 0.07);
- transition: 0.2s ease;
-}
-
-.blog-snippet-item:hover {
- transform: translateY(-3px);
- border-color: rgba(100, 200, 255, 0.6);
- background: rgba(255, 255, 255, 0.05);
-}
-
-.blog-snippet-title {
- margin: 0.25rem 0;
- font-size: 1.1rem;
-}
-
-.blog-snippet-title a {
- text-decoration: none;
-}
-
-.blog-snippet-title a:hover {
- text-decoration: underline;
-}
-
-.blog-snippet-excerpt {
- margin: 0;
- opacity: 0.85;
- font-size: 0.95rem;
-}
-
-.blog-snippet-item time {
- font-size: 0.8rem;
- opacity: 0.7;
-}
Review Comment:
Hi, thank you for reviewing!
It looks like I mistakenly removed some code — sorry about that.
Please give me a little time, I’ll correct it and resolve the issue shortly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]