diff --git a/assets/css/main.css b/assets/css/main.css index 1e420ed..ea8f8b4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2298,6 +2298,12 @@ width: 100%; } + .news-item-header{ + background: #4278b8; + color: white; + font-weight: bold; + } + /* List */ ol { @@ -2937,7 +2943,20 @@ } /* Banner */ - +#banner-child { + padding: 4em 0 2em 0; + background:black; + text-align: left; + border-top: 0.5em solid black; +} +#banner-child h1 { + font-size: 3.5em; + font-weight: 100; + color: #fff; + line-height: 1em; + margin: 0 0 0.5em 0; + padding: 0; +} #banner { padding: 12em 0 10em 0; background-image: url('../../images/newbk.gif'); @@ -2948,7 +2967,9 @@ text-align: center; border-top: 0.5em solid black; } - + .box.press-item{ + text-align: left; + } #banner h1 { font-size: 3.5em; font-weight: 100; diff --git a/images/AFWERX-Fusion.png b/images/AFWERX-Fusion.png new file mode 100644 index 0000000..f1d059d Binary files /dev/null and b/images/AFWERX-Fusion.png differ diff --git a/index.html b/index.html index e650c2c..b2870f0 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@