mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Improve CSS responsiveness of Biography
This commit is contained in:
parent
d03e66c7f9
commit
bd239c34dd
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
<div class="row">
|
||||
|
||||
{{ if isset .Site.Params.about "interests" }}
|
||||
<div class="col-md-5">
|
||||
<div class="col-sm-5">
|
||||
<h3>{{ with .Site.Params.about.str_interests }}{{ . | markdownify }}{{ end }}</h3>
|
||||
<ul>
|
||||
{{ range .Site.Params.about.interests }}
|
||||
|
@ -47,7 +47,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ if isset .Site.Params.about "education" }}
|
||||
<div class="col-md-7">
|
||||
<div class="col-sm-7">
|
||||
<h3>{{ with .Site.Params.about.str_education }}{{ . | markdownify }}{{ end }}</h3>
|
||||
<ul class="ul-edu fa-ul">
|
||||
{{ range .Site.Params.about.education }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue