HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/honger.komma.pro/resources/assets/sass/site/pages/posts/_posts.sass
@import index
@import show

/*==========================================================================
  Global for post index and show
  ========================================================================== */

// Normally we would use a percentage as a width,
// but the width needs to stay fixed until it doesn't fit
.posts-container
  width: 1200px
  margin: 0 auto
  white-space: normal
  font-size: $baseFontSize

  +respond-to-width(1300)
    // Change back to percentage
    width: column(12)

  +respond-to-width($xsGridBreakpoint)
    padding-top: 60px

    .posts-container,
    .posts-container.related-posts
      width: 100%
      padding: 0 20px