We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f354e commit 7d3c1daCopy full SHA for 7d3c1da
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,16 @@
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
+}
61
+@media only screen and (min-width: 601px) {
62
63
64
65
66
0 commit comments