css/align
This commit is contained in:
parent
a574620620
commit
6620417a6a
2 changed files with 10 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
<section>
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li>build Debian images w/o installer</li>
|
||||
<li>build Debian images with a custom huge bash script,
|
||||
from scratch & mirrors & without installer</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
src: url("font/fa.woff2");
|
||||
}
|
||||
|
||||
* {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: "DejaVu Sans", sans-serif;
|
||||
}
|
||||
|
@ -31,6 +35,10 @@ img.inline {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-inline-start: 1.25em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue