blog coming soon

This commit is contained in:
ktyl 2021-12-22 22:28:07 +00:00
parent 6c20794489
commit e04f05aadb
3 changed files with 9 additions and 7 deletions

4
src/inc_css/blog.css Normal file
View File

@ -0,0 +1,4 @@
.blog.page h1 {
padding-top: 10%;
font-size: 3em;
}

View File

@ -15,6 +15,10 @@
#include socials.html
</div>
<div class="blog page">
<h1>coming soon !!</h1>
</div>
#include planets.html
</body>

View File

@ -15,6 +15,7 @@ body {
#include title.css
#include sidebar.css
#include landing.css
#include blog.css
.pageTitle {
margin-left: -0.15em;
@ -40,7 +41,6 @@ li {
a.fsText {
text-decoration: none;
color: var(--foreground-inactive);
transform: scale(1);
transition: background-color 0.2s, color 0.2s, transform 0.2s;
}
@ -50,10 +50,6 @@ a.fsText {
color: var(--foreground);
}
a.fsText:hover {
/*color: var(--accent);*/
}
.fsText {
--font-size: 1.4em;
font-size: var(--font-size);
@ -65,10 +61,8 @@ a.fsText:hover {
width: max(30vmax,500px);
left:50%;
top:0;
/*margin-top: 1em;*/
padding: 0px 0 50px;
padding-top: 5vh;
/*background-color: var(--foreground-inactive);*/
transform: translate(-50%, 0);
}