From 0b7604991967e54cef51fc263185a22075b1359e Mon Sep 17 00:00:00 2001 From: kittenmilk <61837314+kittenmilk@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:14:36 -0500 Subject: [PATCH] fix column positioning on desktop --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4fe2626..7e6d4cc 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* {font-size:13pt;font-weight:normal;} */ @media (min-width: 30em) { - .row { display: flex; flex-wrap: nowrap; } + .row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; } .col { flex-grow: 1; } }