feat: responsive images
All checks were successful
/ Build (push) Successful in 54s

This commit is contained in:
log101 2024-08-12 23:43:01 +03:00
parent 0ae7d8dac4
commit 02e92a3049

View File

@ -18,6 +18,12 @@ body {
background-color: #f5fffa;
}
img,
video {
max-width: 100%;
height: auto;
}
@font-face {
font-family: "Source Code Pro";
src: url(/fonts/SourceCodePro-Regular.otf.woff2) format("woff2");
@ -25,7 +31,7 @@ body {
@font-face {
font-family: "Inter";
src: url(/fonts/Inter-Regular.otf.woff2) format("woff2");
src: url(/fonts/Inter-Regular.woff2) format("woff2");
}
@layer components {