mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-17 18:12:08 +02:00
Explore Design changes
This commit is contained in:
parent
85d749d33d
commit
df08385cc5
22 changed files with 146 additions and 53 deletions
|
@ -4,10 +4,10 @@
|
|||
.heroSection {
|
||||
width: 100%;
|
||||
background: #000710;
|
||||
min-height: 500px;
|
||||
min-height: 600px;
|
||||
padding-top: 100px;
|
||||
overflow: hidden;
|
||||
background: radial-gradient(ellipse at top left, #1f0ba659, transparent), radial-gradient(ellipse at bottom right, #4a086829, transparent);
|
||||
background: linear-gradient(to bottom, transparent 80%, $background), radial-gradient(ellipse at top left, #1f0ba659, transparent), radial-gradient(ellipse at bottom right, #4a086829, transparent);
|
||||
|
||||
@media(pointer: coarse), (pointer: none) {
|
||||
min-height: 700px;
|
||||
|
@ -136,7 +136,6 @@
|
|||
|
||||
.creditSection {
|
||||
@include homeBanner;
|
||||
background: #060606;
|
||||
|
||||
> div {
|
||||
padding: 15px !important;
|
||||
|
@ -148,4 +147,12 @@
|
|||
line-height: 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.seeMoreButton {
|
||||
@include button;
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
margin-top: 40px;
|
||||
padding: 10px 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue