mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-04 12:36:51 +01:00
Possibly finished about page
This commit is contained in:
@@ -120,6 +120,33 @@ footer {
|
||||
.logo-container {
|
||||
cursor: pointer; }
|
||||
|
||||
.about-pos p {
|
||||
font-size: 3vh;
|
||||
margin-bottom: 3vh; }
|
||||
|
||||
.pr {
|
||||
margin-bottom: 3vh;
|
||||
margin-top: 1vh; }
|
||||
.pr img {
|
||||
width: 100%;
|
||||
border: 2vh solid #CC7A98; }
|
||||
|
||||
.pr-text a {
|
||||
color: #CC7A98; }
|
||||
.pr-text a h1 {
|
||||
font-size: 4vh;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0; }
|
||||
|
||||
.pr-text a:hover {
|
||||
color: #CDE7B0; }
|
||||
|
||||
.pr-text p {
|
||||
font-size: 3vh; }
|
||||
|
||||
.start {
|
||||
margin-top: 3vh; }
|
||||
|
||||
.ham {
|
||||
width: 30px;
|
||||
height: 20px;
|
||||
@@ -164,7 +191,7 @@ footer {
|
||||
|
||||
.ham.open span:nth-child(1) {
|
||||
top: 11px;
|
||||
width: 0%;
|
||||
width: 0;
|
||||
left: 50%; }
|
||||
|
||||
.ham.open span:nth-child(2) {
|
||||
@@ -179,11 +206,15 @@ footer {
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
.ham.open span:nth-child(4)none {
|
||||
.ham.open span:nth-child(4) {
|
||||
top: 11px;
|
||||
width: 0;
|
||||
left: 50%; }
|
||||
|
||||
@media only screen and (max-height: 421px) {
|
||||
.pr-text {
|
||||
margin-bottom: 5vh !important; } }
|
||||
|
||||
@media only screen and (max-width: 575px) {
|
||||
.logo {
|
||||
height: 5rem; }
|
||||
|
@@ -23,14 +23,14 @@ body
|
||||
color: $pink
|
||||
|
||||
h1
|
||||
font-family: "Gilroy"
|
||||
font-family: "Gilroy", sans-serif
|
||||
|
||||
h2
|
||||
font-weight: bold
|
||||
font-family: "Apercu Mono"
|
||||
font-family: "Apercu Mono", monospace
|
||||
|
||||
p
|
||||
font-family: "Apercu Mono"
|
||||
font-family: "Apercu Mono", monospace
|
||||
|
||||
a:hover
|
||||
color: $green
|
||||
@@ -47,7 +47,7 @@ header
|
||||
a
|
||||
span
|
||||
font-size: 2rem
|
||||
font-family: 'Titling Gothic FB'
|
||||
font-family: 'Titling Gothic FB', sans-serif
|
||||
color: $pink
|
||||
|
||||
#navbarSupportedContent23
|
||||
@@ -61,7 +61,7 @@ header
|
||||
span
|
||||
transition: 0.2s
|
||||
color: $black
|
||||
font-family: "Apercu Mono"
|
||||
font-family: "Apercu Mono", monospace
|
||||
|
||||
li:hover
|
||||
background-color: $black
|
||||
@@ -137,6 +137,35 @@ footer
|
||||
.logo-container
|
||||
cursor: pointer
|
||||
|
||||
.about-pos
|
||||
p
|
||||
font-size: 3vh
|
||||
margin-bottom: 3vh
|
||||
|
||||
.pr
|
||||
img
|
||||
width: 100%
|
||||
border: 2vh solid $pink
|
||||
margin-bottom: 3vh
|
||||
margin-top: 1vh
|
||||
|
||||
|
||||
.pr-text
|
||||
a
|
||||
color: $pink
|
||||
h1
|
||||
|
||||
font-size: 4vh
|
||||
margin-bottom: 0
|
||||
padding-bottom: 0
|
||||
a:hover
|
||||
color: $green
|
||||
p
|
||||
font-size: 3vh
|
||||
|
||||
.start
|
||||
margin-top: 3vh
|
||||
|
||||
// Nav stuff
|
||||
|
||||
.ham
|
||||
@@ -203,6 +232,9 @@ footer
|
||||
width: 0
|
||||
left: 50%
|
||||
|
||||
@media only screen and (max-height: 421px)
|
||||
.pr-text
|
||||
margin-bottom: 5vh !important
|
||||
|
||||
@media only screen and (max-width: 575px)
|
||||
.logo
|
||||
@@ -224,3 +256,4 @@ footer
|
||||
.ef
|
||||
max-height: none !important
|
||||
min-height: 0 !important
|
||||
|
||||
|
Reference in New Issue
Block a user