Revert some of the comments in CSS files.

This commit is contained in:
Ivan Vasilov
2026-05-05 14:23:51 +02:00
parent 202875836e
commit 75ac707d10
2 changed files with 9 additions and 0 deletions

View File

@@ -269,6 +269,9 @@ article p code {
border: none;
}
/*
* sets the image in @Next/Image components to respect the height of the content
*/
.next-image--dynamic-fill {
width: 100%;
grid-column: 1 / -1;

View File

@@ -158,6 +158,9 @@ body {
-moz-osx-font-smoothing: grayscale;
}
/*
* Typography
*/
.h1:not(.prose *):not(.overwrite),
.h2:not(.prose *):not(.overwrite),
.h3:not(.prose *):not(.overwrite),
@@ -356,6 +359,9 @@ table {
@apply wrap-break-word;
}
/*
* sets the image in @Next/Image components to respect the height of the content
*/
.next-image--dynamic-fill {
display: block;
width: 100%;