/*
Theme Name: saoe.net

2023-07-25: This file ("medium.css") is based on/is a copy of the original "style.css" for now.
            It overrides certain values from the base CSS when applied.

-- Sascha Offe
*/

/* ---------------- Header & General Layout ---------------- */

header#masthead .site-description
{
	font-size: 1.75em;
    padding-top: 0.5em;
}

/* ---------------- Search Page------------------------------------------------------------------ */

 input[type="text"]#custom-search-field
 {
     width: 75%;
 }