Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenbozkurt committed Dec 19, 2017
1 parent f770de2 commit 0e9bac1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
font-family: $title-font;
text-shadow: 1px 1px 5px #000;
color: #FFF;
margin-top: 130px;
margin-top: $top-margin;
opacity: 0;
animation-name: baslik;
animation-delay: 1.2s;
Expand Down Expand Up @@ -876,4 +876,7 @@ ul.menu {
.pc {
display: none;
}
.baslik {
margin-top: $top-margin-mobile;
}
}
5 changes: 5 additions & 0 deletions _sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ $main-color: $white;
$background-color: $blue;
$thrid-color: rgba(52, 152, 219, 0.8);

// Heigths
$top-margin: 130px;
$top-margin-mobile: 100px;


$color_0: #dedecb;
$color_1: #000;
$color_2: #fff;
Expand Down

0 comments on commit 0e9bac1

Please sign in to comment.