feat/css-cleanup #2

Merged
millironx merged 41 commits from feat/css-cleanup into master 2024-12-02 02:51:14 +00:00
Showing only changes of commit 6c3c08400b - Show all commits

View file

@ -253,6 +253,22 @@ blockquote small {
float: right;
max-width: 50%;
}
/*
Clearfix implementation
*/
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
content: " "; /* Older browser do not support empty content */
visibility: hidden;
display: block;
height: 0;
clear: both;
}
} /* end @media */
@supports (animation-timeline: scroll()) {