rewrite in vanilla js
This commit is contained in:
parent
590aec5260
commit
e1ea47052d
4 changed files with 10 additions and 29 deletions
|
|
@ -22,8 +22,8 @@
|
|||
padding-top: 10vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
justify-content: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -39,9 +39,13 @@
|
|||
|
||||
.row {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.rendered_markdown {
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
a {
|
||||
font-weight: 500;
|
||||
color: #646cff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue