mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Add home page template and content
This commit is contained in:
parent
cc78f9d92c
commit
477ed92086
4 changed files with 45 additions and 0 deletions
BIN
static/src/img/typing.jpg
Normal file
BIN
static/src/img/typing.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 686 KiB |
|
@ -78,6 +78,10 @@ footer {
|
|||
min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3});
|
||||
}
|
||||
|
||||
.short-top {
|
||||
margin-top: $spacer !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
|
||||
|
@ -182,3 +186,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.header-image {
|
||||
width: 100%;
|
||||
height: 35vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue