Styled note

This commit is contained in:
2025-02-04 21:47:09 +01:00
parent 5f92f8f8fb
commit 97d2aedce4

View File

@@ -13,6 +13,11 @@
align-items: center;
flex-direction: column;
}
@media screen and (max-width: 800px) {
html {
font-size: 0.9em;
}
}
body {
max-width: 800px;
color: #fbfbfe;
@@ -23,6 +28,24 @@
}
img {
max-width: 100%;
border-radius: 8px;
}
p{
margin: 20px;
margin-bottom: 0px;
}
h1 {
margin: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
h1 + p:has(> i) {
font-size: smaller;
margin-top: 10px;
}
p:has(> img) + p:has(> i) {
font-size: smaller;
margin-top: 0px;
}
</style>
</head>