mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 17:48:22 +00:00
improve
This commit is contained in:
parent
8aec2e0001
commit
1e01887532
|
@ -1 +1,10 @@
|
|||
# edgarluque.com
|
||||
|
||||
|
||||
# blog ideas
|
||||
|
||||
https://docs.rs/tokio/1.15.0/tokio/
|
||||
|
||||
tokio chat server
|
||||
|
||||
- creating a png image by hand?
|
|
@ -99,6 +99,7 @@ h3 {
|
|||
|
||||
p {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
|
@ -124,6 +125,7 @@ pre {
|
|||
code {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
padding: 2px;
|
||||
line-height: 1.8;
|
||||
border: 1px gray solid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue