Add company and school logos (#882)
* Add education logo * Fix width * Update css * Add logos to company * Add multiple positions * Update Styling * Strenghten poistion title * Improve timeline * Fix missing curly braces * Fix curly braces * Add space * Add space between position and date * Make single and multiple experiences more consistent * Remove single-position layout * Remove duplicated comment
This commit is contained in:
parent
e8b0cfb32e
commit
11bddc36a2
9 changed files with 93 additions and 59 deletions
|
@ -46,3 +46,13 @@ html[data-theme='dark'] {
|
|||
.svg-inverted {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.logo-holder {
|
||||
height: 64px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.company-logo {
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
}
|
|
@ -92,6 +92,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.company-heading {
|
||||
h5 {
|
||||
display: inline;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@include media('<=medium') {
|
||||
.container {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue