mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-01-18 02:40:25 +00:00
Changed references so they are able to fit side-by-side
This commit is contained in:
parent
c6cd6ac304
commit
9db1cf349f
2 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
.references {
|
||||
&__item {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
min-width: 49%;
|
||||
@include avoid-break;
|
||||
&:not(:first-child) {
|
||||
padding-top: 1.5rem;
|
||||
|
@ -11,7 +12,10 @@
|
|||
&__subheader {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 2.4rem;
|
||||
}
|
||||
|
||||
&__subheader {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
&__person {
|
||||
|
@ -26,8 +30,7 @@
|
|||
&__name,
|
||||
&__relation {
|
||||
text-align: left;
|
||||
width: 70%;
|
||||
float: left;
|
||||
width: 100%;
|
||||
color: $color-dark;
|
||||
}
|
||||
|
||||
|
@ -49,6 +52,8 @@
|
|||
}
|
||||
& > span {
|
||||
@include vt-center;
|
||||
min-height: 1.5rem;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{{ range .Site.Data.content.References }}
|
||||
<div class="references__item">
|
||||
<div class="references__person">
|
||||
<div class="references__subheader">
|
||||
<div class="references__header">
|
||||
<h3 class="references__name">
|
||||
{{ .Name | safeHTML}}
|
||||
</h3>
|
||||
|
|
Loading…
Reference in a new issue