From 722bb4fce6933e9fc3a789a71c58f213bfc28980 Mon Sep 17 00:00:00 2001 From: sudoer777 <78781902+sudoer777@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:38:45 -0700 Subject: [PATCH] Edit css --- public/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b6a5c49..ec6953e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -15,3 +15,6 @@ a { flex-direction: column; } +.flat-content { + flex-direction: row; +} \ No newline at end of file