feat: make project descriptions more readable
This commit is contained in:
parent
4ce8ad30b6
commit
d7f0ef05ee
|
@ -520,13 +520,14 @@ export default class Timeline extends Vue {
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
|
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
text-align: justify;
|
letter-spacing: .01rem;
|
||||||
|
// text-align: justify;
|
||||||
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
|
||||||
color: #c1c1c1;
|
color: #eee;
|
||||||
background: #323841;
|
background: #323841;
|
||||||
|
|
||||||
border: .1rem solid #45454b;
|
border: .1rem solid #45454b;
|
||||||
|
|
Loading…
Reference in New Issue