mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
parent
1bdf9ef7d2
commit
911a23c2c2
2 changed files with 6 additions and 3 deletions
|
@ -287,6 +287,7 @@ body{
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin:1vh 0px;
|
margin:1vh 0px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about_section {
|
.about_section {
|
||||||
|
@ -294,11 +295,13 @@ body{
|
||||||
font-family: 'Questrial', sans-serif;
|
font-family: 'Questrial', sans-serif;
|
||||||
margin:2vh 0px;
|
margin:2vh 0px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom_section {
|
.bottom_section {
|
||||||
margin:1vh 0px;
|
margin:1vh 0px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom_section span {
|
.bottom_section span {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
--blog-gray-color: rgb(180, 180, 180);
|
--blog-gray-color: rgb(180, 180, 180);
|
||||||
--background-image: linear-gradient(90deg, rgba(10, 10, 10, 0.6), rgb(10, 10, 10, 1)), url("{{background}}");
|
--background-image: linear-gradient(90deg, rgba(10, 10, 10, 0.6), rgb(10, 10, 10, 1)), url("{{background}}");
|
||||||
--background-background: linear-gradient(0deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0.6)),
|
--background-background: linear-gradient(0deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0.6)),
|
||||||
url("{{background-image}}") center center fixed;
|
url("{{background}}") center center fixed;
|
||||||
--height: 50vh;
|
--height: 50vh;
|
||||||
}
|
}
|
||||||
#display h1 {
|
#display h1 {
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
:root {
|
:root {
|
||||||
--background-image: linear-gradient(0deg, rgba(10, 10, 10, 1), rgb(10, 10, 10, 0)),
|
--background-image: linear-gradient(0deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0)),
|
||||||
url("{{background-image}}") !important;
|
url("{{background}}") !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue