more-readable #1

Merged
doohoyi merged 3 commits from more-readable into main 2025-04-26 13:49:55 +09:00
2 changed files with 7 additions and 21 deletions
Showing only changes of commit f2b5d18501 - Show all commits

View file

@ -36,8 +36,7 @@
} }
body { body {
font-size: 1.2rem; font-size: 1.3rem;
line-height: 1.5;
} }
a { a {
@ -121,9 +120,9 @@
.content { .content {
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
letter-spacing: 0.027em; letter-spacing: 0.06em;
line-height: 2rem; line-height: 2.27rem;
font-size: 1.1em; font-size: 1.05em;
} }
.content p { .content p {
@ -136,19 +135,12 @@
word-spacing: -0.02em; word-spacing: -0.02em;
} }
/* for big screen devices - in accordance with 'tachyons' way */ /* for big screen devices - in accordance with 'tachyons' way (== 30em) */
@media screen and (min-width: 30em) { @media screen and (min-width: 30em) {
body {
font-size: 1.3rem;
}
.content { .content {
padding-left: 1em; padding-left: 1em;
padding-right: 1em; padding-right: 1em;
letter-spacing: inherit;
line-height: inherit;
font-size: inherit;
} }
.content p { .content p {
@ -162,9 +154,6 @@
padding-right: 0; padding-right: 0;
} }
strong {
letter-spacing: inherit;
}
} }
</style> </style>
</head> </head>

View file

@ -56,9 +56,6 @@
.content { .content {
padding-top: 50px; padding-top: 50px;
letter-spacing: inherit;
line-height: inherit;
font-size: inherit;
} }
ol, ol,
@ -69,7 +66,7 @@
/*menulist*/ /*menulist*/
.menulist { .menulist {
font-size: 1.2em; font-size: 1.1em;
text-align: center; text-align: center;
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;