Explorar o código

Improve CSS responsiveness of Biography

George Cushen %!s(int64=9) %!d(string=hai) anos
pai
achega
bd239c34dd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 }}