remove the git category
that's enough web dev for a few years
This commit is contained in:
parent
33a7bfdee5
commit
c47cfb0a27
3 changed files with 67 additions and 80 deletions
20
style.css
20
style.css
|
|
@ -35,15 +35,15 @@
|
|||
html, body {
|
||||
max-height: 100%;
|
||||
background-color: var(--site-bg);
|
||||
max-width: 80ch;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
html, body {
|
||||
max-width: 100% !important;
|
||||
padding: 5px !important;
|
||||
}
|
||||
html, body {
|
||||
max-width: 100% !important;
|
||||
padding: 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
#font, p, ul, ol, h1, h2, h3, h4, h5, table {
|
||||
|
|
@ -51,20 +51,14 @@ html, body {
|
|||
color: white;
|
||||
}
|
||||
pre {
|
||||
color: white;
|
||||
color: white;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
iframe[src="/blog"] {
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
table#bloglist {
|
||||
width: 100%;
|
||||
td.date {
|
||||
text-align: right;
|
||||
}
|
||||
td.date { text-align: right; }
|
||||
}
|
||||
a {
|
||||
font-family: sans-serif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue