Skip to content
Snippets Groups Projects
Commit 4d643856 authored by alexisben's avatar alexisben
Browse files

fix alumni in oorganizatioon

parent f4d29e9f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@
p
padding-bottom: 15px
&:nth-child(3) // Logo
grid-row: 1/3
grid-column: 2/2
grid-row: 1/3
text-align: end
@include media-breakpoint-up(md)
@include pseudo-top-border
......@@ -62,9 +62,7 @@
&:nth-child(2)
@include pseudo-bottom-border
@include pseudo-top-border
display: flex
justify-content: space-between
padding-top: px2rem(20)
text-align: right
width: percentage(7/9)
......@@ -6,7 +6,7 @@
header
border-bottom: 0
.experiences
margin-top: px2rem(80)
margin-top: px2rem(70)
ul
padding-left: 0
li
......@@ -31,7 +31,7 @@
width: percentage(4/9)
&:nth-child(2)
width: percentage(2/9)
&:nth-child(2)
&:nth-child(3)
width: percentage(3/9)
@include media-breakpoint-down(md)
&:nth-child(2)
......
......@@ -38,7 +38,7 @@
<div>
<p><b><%= experience.person.name %></b></p>
<p>
<%= "#{experience.description}<br>" if experience.description.present? %>
<%= "#{experience.description}<br>".html_safe if experience.description.present? %>
<%= "#{experience.from_year} —" if experience.from_year %>
<%= experience.to_year || University::Person::Experience.human_attribute_name(:today) %>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment