mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
trying to add class to tag while keeping id. having difficulty with async filter function returning value before I'm done doing stuff
This commit is contained in:
parent
392156bf6c
commit
8bbd4dbcf7
2 changed files with 58 additions and 3 deletions
|
@ -14,4 +14,20 @@ iframe {
|
|||
width: 50%;
|
||||
margin-top: 2vh;
|
||||
margin-bottom: 2vh;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
li p {
|
||||
padding-left: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue