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/SBogers68/ouddorp-duin.nl/wwwroot/css/dynamic/_titleBlock.sass
/*==========================================================================
  Title block
  ========================================================================== */

/**
  * Title block
  *
  * 1. Centers the title vertically and horizontally
  */

.title-block
  background:
    color: $white

.title-content-wrapper
  +flex(center, center) /* 1 */
  +flex-direction(column)
  padding: 50px column(1) 15px column(1)

  h2
    text-align: center
    font-size: 2.5rem
    font-family: "olivierregular", serif
    color: $blue
    line-height: 2.5rem