Deploy preview site to review pull requests #5

Merged
btlogy merged 32 commits from 1.site-preview into main 2024-05-24 11:08:07 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit f38cd4b6bc - Show all commits

View File

@ -12,24 +12,24 @@
}*/ }*/
/* /*
.page__hero--overlay { .page__hero--overlay {
background: url(/assets/images/pattern-4.gif) repeat left top; background: url(assets/images/pattern-4.gif) repeat left top;
} }
*/ */
.initial-content { .initial-content {
//position: relative; //position: relative;
//top: 70px; //top: 70px;
background: url(/assets/images/pattern-1.png) repeat left top; background: url(assets/images/pattern-1.png) repeat left top;
} }
/* /*
#about { #about {
background: url(/assets/images/pattern-2.gif) repeat left top; background: url(assets/images/pattern-2.gif) repeat left top;
} }
@font-face { @font-face {
font-family: "homestead_regularregular"; font-family: "homestead_regularregular";
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
src: url("/assets/fonts/homestead-regular-webfont.woff") format("woff"); src: url("assets/fonts/homestead-regular-webfont.woff") format("woff");
} }
h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap { h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {