Compare commits

..

No commits in common. 'a660cd97455ba105076224500a7a8431f8ce465f' and 'b9a301712c3ccb734e5abd03afab7c5fd068b5f7' have entirely different histories.

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />

@ -2,16 +2,11 @@ html {
font-family: Noto Sans, sans-serif; font-family: Noto Sans, sans-serif;
background-color: #f1f1f1; background-color: #f1f1f1;
color: #0f0f0f; color: #0f0f0f;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
} }
body { body {
min-height: 100vh; min-height: 1vh;
margin: 0; min-height: 1dvh;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
@ -41,8 +36,7 @@ p {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100vh; height: 100%;
height: 100dvh;
} }
.centered { .centered {

Loading…
Cancel
Save