blog coming soon
This commit is contained in:
parent
6c20794489
commit
e04f05aadb
|
@ -0,0 +1,4 @@
|
||||||
|
.blog.page h1 {
|
||||||
|
padding-top: 10%;
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
|
@ -15,6 +15,10 @@
|
||||||
#include socials.html
|
#include socials.html
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="blog page">
|
||||||
|
<h1>coming soon !!</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
#include planets.html
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -15,6 +15,7 @@ body {
|
||||||
#include title.css
|
#include title.css
|
||||||
#include sidebar.css
|
#include sidebar.css
|
||||||
#include landing.css
|
#include landing.css
|
||||||
|
#include blog.css
|
||||||
|
|
||||||
.pageTitle {
|
.pageTitle {
|
||||||
margin-left: -0.15em;
|
margin-left: -0.15em;
|
||||||
|
@ -40,7 +41,6 @@ li {
|
||||||
a.fsText {
|
a.fsText {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--foreground-inactive);
|
color: var(--foreground-inactive);
|
||||||
|
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transition: background-color 0.2s, color 0.2s, transform 0.2s;
|
transition: background-color 0.2s, color 0.2s, transform 0.2s;
|
||||||
}
|
}
|
||||||
|
@ -50,10 +50,6 @@ a.fsText {
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.fsText:hover {
|
|
||||||
/*color: var(--accent);*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.fsText {
|
.fsText {
|
||||||
--font-size: 1.4em;
|
--font-size: 1.4em;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
@ -65,10 +61,8 @@ a.fsText:hover {
|
||||||
width: max(30vmax,500px);
|
width: max(30vmax,500px);
|
||||||
left:50%;
|
left:50%;
|
||||||
top:0;
|
top:0;
|
||||||
/*margin-top: 1em;*/
|
|
||||||
padding: 0px 0 50px;
|
padding: 0px 0 50px;
|
||||||
padding-top: 5vh;
|
padding-top: 5vh;
|
||||||
/*background-color: var(--foreground-inactive);*/
|
|
||||||
|
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue