projects:projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
projects:projects [2024/11/05 13:20] ayushprojects:projects [2024/11/07 21:20] (current) ayush
Line 138: Line 138:
  
         .project-item {         .project-item {
-            displayflex; /* Updated from inline-block to flex */ +            /* Added to prevent breaks inside project items - suggestion by Silke */ 
-            align-items: flex-start; /* Align items to the top */+            break-insideavoid; 
 +            page-break-inside: avoid; 
 +            -webkit-column-break-inside: avoid; 
 + 
 +            /* Main styling */ 
 +            display: flex; 
 +            align-items: flex-start;
             margin-bottom: 25px;             margin-bottom: 25px;
             padding-bottom: 15px;             padding-bottom: 15px;
  • projects/projects.txt
  • Last modified: 2024/11/07 21:20
  • by ayush