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; align-items: center;
flex-direction: column; flex-direction: column;
} }
@media screen and (max-width: 800px) {
html {
font-size: 0.9em;
}
}
body { body {
max-width: 800px; max-width: 800px;
color: #fbfbfe; color: #fbfbfe;
@@ -23,6 +28,24 @@
} }
img { img {
max-width: 100%; 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> </style>
</head> </head>