updated css and html for ul
This commit is contained in:
parent
e0b234f843
commit
5e307d1fd8
|
@ -155,9 +155,15 @@ header {
|
|||
}
|
||||
|
||||
.cv ul {
|
||||
list-style-type: "-";
|
||||
list-style-type: none;
|
||||
margin: none;
|
||||
padding: 0 0 0 7px;
|
||||
}
|
||||
|
||||
.cv ul li {
|
||||
|
||||
padding: 0 0 13px 0;
|
||||
}
|
||||
|
||||
.cv ul em {
|
||||
padding-bottom: 7px;
|
||||
}
|
6
cv.html
6
cv.html
|
@ -92,8 +92,9 @@
|
|||
<p><em>Solo</em><br>
|
||||
2018 - active<br>
|
||||
Solo act employing custom open source software insturments and improvised saxophone.<br>
|
||||
Presented :
|
||||
|
||||
<ul>
|
||||
<em>Presented :</em>
|
||||
<li><em>North Sea Jazz Around Town</em><br>
|
||||
VARIA<br>
|
||||
2018 // Rotterdam, NL</li>
|
||||
|
@ -106,8 +107,9 @@
|
|||
<p><em>Post Toast</em><br>
|
||||
2018 - active<br>
|
||||
Electronic duo currently playing a live meld of improvised electronica, techno, hip-hop neo-classical music and down-tempo dystopian futurism.<br>
|
||||
Presented :
|
||||
|
||||
<ul>
|
||||
<em>Presented :</em>
|
||||
<li><em>POST TOAST on Red Light Radio</em><br>
|
||||
Redlight Radio<br>
|
||||
2018 // Amsterdam, NL</li>
|
||||
|
|
Loading…
Reference in New Issue