choo121600 commented on code in PR #1289:
URL: https://github.com/apache/airflow-site/pull/1289#discussion_r2559394033


##########
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:
   Why is this code being removed?



##########
landing-pages/site/layouts/partials/suggest-change.html:
##########
@@ -23,3 +23,9 @@
         {{ partial "buttons/button-with-icon" (dict "text" "Suggest a change 
on this page" "class" "button-fixed") }}
     </a>
 </div>
+
+<!-- Scroll to Top Button -->
+<button id="scrollToTopBtn">▲</button>
+

Review Comment:
   I don’t think this code should be added here.



-- 
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]

Reply via email to