diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index d69dd60..32c5edd 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -23,7 +23,7 @@ header#banner{ text-decoration: none; } nav#menu{ - width: calc(100% + 20em); + width: calc(100% + 18em); text-align: center; margin:0 0 0 -10em; } @@ -62,6 +62,13 @@ article{ background-color: beige; padding:2em 3em; } + article:first-of-type:before{ + content: "Introduction"; + display: block; + margin:0 auto; + position: relative; + font-style: italic; + } /* big pink boxes for the section titles */ h1.category{