-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from salim-b/no-tabs
Replace tabs with two spaces
- Loading branch information
Showing
19 changed files
with
972 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,76 @@ | ||
#wrapper-work { | ||
overflow: hidden; | ||
padding-top: 100px; | ||
overflow: hidden; | ||
padding-top: 100px; | ||
|
||
ul { | ||
li { | ||
width: 50%; | ||
float: left; | ||
position: relative; | ||
ul { | ||
li { | ||
width: 50%; | ||
float: left; | ||
position: relative; | ||
|
||
img { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
img { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.items-text { | ||
position: absolute; | ||
top: 0; | ||
bottom: 0; | ||
left: 0; | ||
right: 0; | ||
width: 100%; | ||
height: 100%; | ||
color: #fff; | ||
background: rgba(0, 0, 0, 0.60); | ||
padding-left: 44px; | ||
padding-top: 140px; | ||
.items-text { | ||
position: absolute; | ||
top: 0; | ||
bottom: 0; | ||
left: 0; | ||
right: 0; | ||
width: 100%; | ||
height: 100%; | ||
color: #fff; | ||
background: rgba(0, 0, 0, 0.60); | ||
padding-left: 44px; | ||
padding-top: 140px; | ||
|
||
h2 { | ||
padding-bottom: 28px; | ||
padding-top: 75px; | ||
position: relative; | ||
h2 { | ||
padding-bottom: 28px; | ||
padding-top: 75px; | ||
position: relative; | ||
|
||
&:before { | ||
content: ""; | ||
position: absolute; | ||
left: 0; | ||
bottom: 0; | ||
width: 75px; | ||
height: 3px; | ||
background: #fff; | ||
} | ||
} | ||
&:before { | ||
content: ""; | ||
position: absolute; | ||
left: 0; | ||
bottom: 0; | ||
width: 75px; | ||
height: 3px; | ||
background: #fff; | ||
} | ||
} | ||
|
||
p { | ||
padding-top: 30px; | ||
font-size: 16px; | ||
line-height: 27px; | ||
font-weight: 300; | ||
padding-right: 80px; | ||
} | ||
} | ||
} | ||
} | ||
p { | ||
padding-top: 30px; | ||
font-size: 16px; | ||
line-height: 27px; | ||
font-weight: 300; | ||
padding-right: 80px; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
|
||
/*-- | ||
features-work Start | ||
features-work Start | ||
--*/ | ||
|
||
#features-work { | ||
padding-top: 50px; | ||
padding-bottom: 75px; | ||
padding-top: 50px; | ||
padding-bottom: 75px; | ||
|
||
.block { | ||
ul { | ||
li { | ||
width: 19%; | ||
text-align: center; | ||
display: inline-block; | ||
padding: 40px 0px; | ||
} | ||
} | ||
} | ||
.block { | ||
ul { | ||
li { | ||
width: 19%; | ||
text-align: center; | ||
display: inline-block; | ||
padding: 40px 0px; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
.page-404 { | ||
display: flex; | ||
align-items: center; | ||
min-height: calc(100vh - (100px + 205px)); | ||
display: flex; | ||
align-items: center; | ||
min-height: calc(100vh - (100px + 205px)); | ||
@include desktop { | ||
min-height: calc(100vh - (90px + 205px)); | ||
} | ||
text-align: center; | ||
h1 { | ||
font-size: 300px; | ||
font-weight: bold; | ||
@include tablet { | ||
font-size: 150px; | ||
} | ||
@include mobile { | ||
font-size: 130px; | ||
} | ||
@include mobile-xs { | ||
font-size: 90px; | ||
} | ||
} | ||
h2 { | ||
text-transform:uppercase; | ||
font-size: 20px; | ||
letter-spacing: 4px; | ||
font-weight: bold; | ||
margin-top: 30px; | ||
} | ||
.btn-main { | ||
margin-top: 40px; | ||
text-align: center; | ||
h1 { | ||
font-size: 300px; | ||
font-weight: bold; | ||
@include tablet { | ||
font-size: 150px; | ||
} | ||
@include mobile { | ||
font-size: 130px; | ||
} | ||
@include mobile-xs { | ||
font-size: 90px; | ||
} | ||
} | ||
h2 { | ||
text-transform:uppercase; | ||
font-size: 20px; | ||
letter-spacing: 4px; | ||
font-weight: bold; | ||
margin-top: 30px; | ||
} | ||
.btn-main { | ||
margin-top: 40px; | ||
margin-bottom: 50px; | ||
} | ||
} | ||
} |
Oops, something went wrong.