mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-04 04:26:51 +01:00
Added logos and some links
This commit is contained in:
@@ -78,12 +78,30 @@ footer {
|
||||
color: #CC7A98;
|
||||
text-decoration: underline #CC7A98; }
|
||||
|
||||
.vertical-center {
|
||||
.center-v {
|
||||
min-height: 100%;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
.center-v-h {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh; }
|
||||
|
||||
.logos-container {
|
||||
width: 4rem; }
|
||||
|
||||
.logo {
|
||||
width: auto;
|
||||
height: 4rem;
|
||||
fill: #002234;
|
||||
margin-bottom: 2.5rem; }
|
||||
|
||||
.logo-container {
|
||||
cursor: pointer; }
|
||||
|
||||
.ham {
|
||||
width: 30px;
|
||||
height: 20px;
|
||||
|
@@ -92,13 +92,30 @@ footer
|
||||
text-decoration: underline $pink
|
||||
|
||||
|
||||
.vertical-center
|
||||
.center-v
|
||||
min-height: 100% /* Fallback for browsers do NOT support vh unit */
|
||||
min-height: 100vh /* These two lines are counted as one :-) */
|
||||
|
||||
display: flex
|
||||
align-items: center
|
||||
|
||||
.center-v-h
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
min-height: 100vh
|
||||
|
||||
.logos-container
|
||||
width: 4rem
|
||||
|
||||
.logo
|
||||
width: auto
|
||||
height: 4rem
|
||||
fill: $black
|
||||
margin-bottom: 2.5rem
|
||||
|
||||
.logo-container
|
||||
cursor: pointer
|
||||
|
||||
// Nav stuff
|
||||
|
||||
|
Reference in New Issue
Block a user