font size change
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 1 Oct 2019 16:16:41 +0000 (11:16 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 1 Oct 2019 16:16:41 +0000 (11:16 -0500)
codebox/views/problem/problem.moon

index 03d0c0dec3159123f7379a098e97613339ddf87e..2f156c01afc1ef0e459625a155171339a392bc95 100644 (file)
@@ -18,7 +18,7 @@ class ProblemsView extends html.Widget
                                else
                                        h1 @problem.name
                                        div 'data-setonload': 'left: 0', style: 'left: 500px', class: 'problem-info mar-l-24 mar-b-24', ->
-                                               a style: "margin-bottom: 0", class: 'ta-center button w100', href: (@url_for 'problem.submit', { problem_name: @problem.short_name }), ->
+                                               a style: "margin-bottom: 0; font-size: 1.4rem", class: 'ta-center button w100', href: (@url_for 'problem.submit', { problem_name: @problem.short_name }), ->
                                                        text "Make a submission"
 
                                                div class: 'box', ->