Modify CSS

This commit is contained in:
Jeff 2023-08-17 16:42:26 -04:00
parent 92c1c0ca07
commit d869a421f3
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# jeffa.io
Source code for https://jeffa.io.

View File

@ -31,7 +31,8 @@ html {
/* General settings */
body {
margin: 0;
margin-left: 15%;
margin-right: 15%;
font: var(--sans);
font-weight: 400;
font-style: normal;

View File

@ -9,5 +9,5 @@ I am a programmer in New York. This is my website.
- [Sourcehut](https://sr.ht/~jeffa)
- [Github](https://github.com/solaeus)
- Articles
- [It's Time to Rethink the Command Line Shell](its_time_to_rethink_the_command_line_shell.md)
- [It's Time to Rethink the Command Line Shell](its_time_to_rethink_the_command_line_shell.html)
<!--toc:end-->