mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
first commit
This commit is contained in:
commit
dcdde20b7c
179 changed files with 16070 additions and 0 deletions
26
assets/scss/pages/_home.scss
Normal file
26
assets/scss/pages/_home.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.page-home {
|
||||
text-align: center;
|
||||
.title {
|
||||
font-weight: lighter;
|
||||
font-family: $font-family-base;
|
||||
}
|
||||
p {
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
font-size: 1.2rem;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.terminal {
|
||||
background: #eaeaea;
|
||||
border-radius: 3px;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
@include whitebox();
|
||||
margin-top: -200px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue