mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Fix blog landing bugs & add case study category
This commit is contained in:
		@@ -36,33 +36,32 @@
 | 
			
		||||
    left: 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #card-date {
 | 
			
		||||
  .card-date {
 | 
			
		||||
    color: $gray-400;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .post-date {
 | 
			
		||||
  .hero-post-date {
 | 
			
		||||
    text-decoration: overline solid #32E685 10%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #category-list {
 | 
			
		||||
    @each $category in "general", "developer_reflections", "amendments",
 | 
			
		||||
    "advisories", "release_notes", "development", "gateway_bulletins", "features", "security"
 | 
			
		||||
 | 
			
		||||
      {
 | 
			
		||||
      ##{$category} {
 | 
			
		||||
  @each $category in "general", "developer_reflections", "amendments", 
 | 
			
		||||
      "case_study", "advisories", "release_notes", "development", 
 | 
			
		||||
      "gateway_bulletins", "features", "security" {
 | 
			
		||||
    .#{$category} .category-list {
 | 
			
		||||
       img {
 | 
			
		||||
        content: url("../img/blog/#{$category}.png");
 | 
			
		||||
        max-width: 100%;
 | 
			
		||||
        width: 100%;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    .label{
 | 
			
		||||
      width: fit-content;
 | 
			
		||||
      .label{
 | 
			
		||||
        width: fit-content;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Add styles to ensure proper wrapping on tablet sizes
 | 
			
		||||
  @media (min-width: 768px) and (max-width: 991px) {
 | 
			
		||||
    #category-list {
 | 
			
		||||
    .category-list {
 | 
			
		||||
      display: block;
 | 
			
		||||
      
 | 
			
		||||
      img {
 | 
			
		||||
 
 | 
			
		||||
@@ -385,6 +385,7 @@
 | 
			
		||||
  &.label-use-developer_tooling,
 | 
			
		||||
  &.label-use-payments,
 | 
			
		||||
  &.blog-category-developer_reflections,
 | 
			
		||||
  &.blog-category-case_study,
 | 
			
		||||
  &.chip-blue {
 | 
			
		||||
    @include chip-blue;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user