git ssb

2+

mixmix / ticktack



Commit 878a75b5b09e6272b0bdbb499735531d4e9864e9

increase global font size

mix irving committed on 12/6/2017, 10:27:18 AM
Parent: 58b2705501fb1c4bc2438b15172f5ff6a3b56c3f

Files changed

app/html/comments.mcsschanged
styles/button.mcsschanged
styles/global.mcsschanged
styles/mixins.jschanged
app/html/comments.mcssView
@@ -35,9 +35,9 @@
3535 div.Timeago {}
3636 }
3737
3838 section.content {
39- font-size: .9rem
39+ font-size: .95rem
4040 line-height: 1.4
4141 div.Markdown {}
4242 }
4343
styles/button.mcssView
@@ -2,9 +2,9 @@
22 font-family: arial
33 $backgroundPrimaryText
44
55 min-width: 5rem
6- height: 1.4em
6+ height: 1.4rem
77 padding: .2rem 1rem
88
99 border: 1px #b9b9b9 solid
1010 border-radius: 10rem
styles/global.mcssView
@@ -1,4 +1,8 @@
1+html {
2+ font-size: 17px
3+}
4+
15 body {
26 $fontBasic
37 $backgroundPrimaryText
48
styles/mixins.jsView
@@ -11,10 +11,10 @@
1111
1212 const mainMixins = `
1313 $fontBasic {
1414 font-family: arial
15+ line-height: 1.2
1516 font-size: 1rem
16- line-height: 1.2
1717 }
1818
1919 $maxWidth {
2020 max-width: 1000px

Built with git-ssb-web