File tree Expand file tree Collapse file tree 2 files changed +519
-791
lines changed
Expand file tree Collapse file tree 2 files changed +519
-791
lines changed Original file line number Diff line number Diff line change @@ -739,6 +739,25 @@ h1 {
739739 display : block; /* Ensure it takes full width for centering */
740740}
741741
742+ /* --- Corner Badges --- */
743+ # startup-fame-badge-container {
744+ position : fixed;
745+ bottom : 18px ;
746+ left : 18px ;
747+ z-index : 1000 ; /* Ensure it's above most content but potentially below modals */
748+ transition : transform 0.2s ease-in-out;
749+ }
750+
751+ # startup-fame-badge-container : hover {
752+ transform : scale (1.05 );
753+ }
754+
755+ # startup-fame-badge-container img {
756+ display : block; /* remove any extra space below the image */
757+ width : 171px ;
758+ height : 54px ;
759+ }
760+
742761/* --- Media Queries for Responsiveness --- */
743762@media screen and (max-width : 768px ) {
744763 h1 {
You can’t perform that action at this time.
0 commit comments