We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f354e commit 468523aCopy full SHA for 468523a
partials/tabs/about.html
@@ -129,3 +129,4 @@ <h2 class="fine center">about</h2>
129
$('ul.tabs').tabs();
130
});
131
</script>
132
+<link rel="stylesheet" href="/resources/css/people.css">
resources/css/people.css
@@ -51,3 +51,10 @@
51
.profile-bio > p:before, .profile-bio > p:after {
52
content: ' " ';
53
}
54
+
55
+@media only screen and (max-width: 600px) {
56
+ .card.small .card-content, .card.medium .card-content, .card.large .card-content {
57
+ max-height: 80%;
58
+ overflow: scroll;
59
+ }
60
+}
0 commit comments