Skip to content

Commit f541141

Browse files
committed
smaller font on palm
1 parent c980d78 commit f541141

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_sass/_publications.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@
8686
}
8787
}
8888

89+
@include media-query($on-palm) {
90+
details {
91+
.content > p {
92+
font-size: $small-font-size;
93+
margin: 5px 10px;
94+
}
95+
}
96+
}
97+
8998
details[open] {
9099
summary {
91100
background-color: $grey-color-light;

0 commit comments

Comments
 (0)