diff --git a/_includes/cv/intro.html b/_includes/cv/intro.html index f334243..92a4f31 100644 --- a/_includes/cv/intro.html +++ b/_includes/cv/intro.html @@ -1,4 +1,4 @@ -
+

{{ cv.basics.name | default: page.title | markdownify | remove: '

' | remove: '

' }}

@@ -15,4 +15,4 @@ {% endif %}
-
\ No newline at end of file +
diff --git a/_sass/basically-basic/_entries.scss b/_sass/basically-basic/_entries.scss index a758c8e..0854cfa 100644 --- a/_sass/basically-basic/_entries.scss +++ b/_sass/basically-basic/_entries.scss @@ -54,20 +54,6 @@ .entries { - .entry-header { - - @include breakpoint($medium) { - // @include span(5 of 16); - // @include suffix(1 of 16); - - /* remove space after last child element */ - // > *:last-child { - // margin-bottom: 0; - // } - } - } - - .entry-title { word-wrap: break-word; /* break long words that could overflow */ diff --git a/_sass/basically-basic/_layout.scss b/_sass/basically-basic/_layout.scss index 74a885b..04001e7 100644 --- a/_sass/basically-basic/_layout.scss +++ b/_sass/basically-basic/_layout.scss @@ -105,6 +105,28 @@ main { .layout--cv { + .entries { + + .entry-header { + + @include breakpoint($medium) { + @include span(5 of 16); + @include suffix(1 of 16); + + /* remove space after last child element */ + > *:last-child { + margin-bottom: 0; + } + } + } + + .entry-content { + @include breakpoint($medium) { + @include span(11 of 16 last); + } + } + } + .entry { a {