From: Brendan Hansen Date: Tue, 1 Oct 2019 16:16:41 +0000 (-0500) Subject: font size change X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6308d64a34a200ad23ffc01ebb2584f505519619;p=codebox.git font size change --- diff --git a/codebox/views/problem/problem.moon b/codebox/views/problem/problem.moon index 03d0c0d..2f156c0 100644 --- a/codebox/views/problem/problem.moon +++ b/codebox/views/problem/problem.moon @@ -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', ->