Skip to content

Commit

Permalink
feat: add state of nodejs performance 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 16, 2023
1 parent 22cacab commit 70452d1
Show file tree
Hide file tree
Showing 2 changed files with 953 additions and 1 deletion.
21 changes: 20 additions & 1 deletion assets/css/app.css
Expand Up @@ -28,6 +28,17 @@ main h3:first-child {
margin-top: 1em;
}

th, td {
padding: 8px;
color: inherit;
fill: inherit;
border: 1px solid rgb(233, 233, 231);
position: relative;
vertical-align: top;
text-align: start;
min-height: 32px;
}

.teaser .posts__date {
font-size: 0.9em;
display: inline-block;
Expand Down Expand Up @@ -83,8 +94,16 @@ span.date {
max-width: 100%;
display: block;
margin: 0 auto;
max-height: 400px;
max-height: 500px;
}

.post__raw-data .max-content img {
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}

.post_comments {
margin-top: 2em;
}

0 comments on commit 70452d1

Please sign in to comment.