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
|
||||
</div>
|
||||
|
||||
<div class="blog page">
|
||||
<h1>coming soon !!</h1>
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue