feat: make project descriptions more readable

This commit is contained in:
Adrien Marquès 2022-10-22 16:19:09 +02:00
parent 4ce8ad30b6
commit d7f0ef05ee
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 3 additions and 2 deletions

View File

@ -520,13 +520,14 @@ export default class Timeline extends Vue {
width: 50vw;
font-size: .8em;
text-align: justify;
letter-spacing: .01rem;
// text-align: justify;
padding: 1em;
padding-bottom: 2em;
margin-bottom: 1.5em;
color: #c1c1c1;
color: #eee;
background: #323841;
border: .1rem solid #45454b;