Преглед изворни кода

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">
         <div class="row">
 
 
             {{ if isset .Site.Params.about "interests" }}
             {{ 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>
                 <h3>{{ with .Site.Params.about.str_interests }}{{ . | markdownify }}{{ end }}</h3>
                 <ul>
                 <ul>
                     {{ range .Site.Params.about.interests }}
                     {{ range .Site.Params.about.interests }}
@@ -47,7 +47,7 @@
             {{ end }}
             {{ end }}
 
 
             {{ if isset .Site.Params.about "education" }}
             {{ 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>
                 <h3>{{ with .Site.Params.about.str_education }}{{ . | markdownify }}{{ end }}</h3>
                 <ul class="ul-edu fa-ul">
                 <ul class="ul-edu fa-ul">
                     {{ range .Site.Params.about.education }}
                     {{ range .Site.Params.about.education }}