Skip to content

Commit

Permalink
Merge branch '60_release' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Mar 26, 2024
2 parents 1cc5428 + 8881fa1 commit 0029f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/creative.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ header {
text-align: center;
color: #fff;
background-image: url(../img/header_6.0.jpg);
background-position: 70% 0%;
background-position: 71% 0%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
Expand Down
8 changes: 5 additions & 3 deletions assets/scss/_hero.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#hero-text
{
// top: 60px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 450px;
width: 90%;
padding: 1em 0em;
// margin: 0px;
font-family: $sans;
text-align: left;

@media(min-width:500px) {
width: 450px;
}

p
{
Expand Down

0 comments on commit 0029f60

Please sign in to comment.