Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add state of nodejs performance 2023 #44

Merged
merged 1 commit into from May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;
}