浏览代码

Improve CSS responsiveness of Biography

George Cushen 9 年之前
父节点
当前提交
bd239c34dd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      layouts/partials/home_biography.html

+ 2 - 2
layouts/partials/home_biography.html

@@ -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 }}