From 9a644b52e7dd771d1a960354e98a69e40080f2ff Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 23 Oct 2020 01:58:18 +0200 Subject: [PATCH] fix: Removed flex-wrap from .row. --- css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/style.css b/css/style.css index ce184e0..2425788 100755 --- a/css/style.css +++ b/css/style.css @@ -46,9 +46,6 @@ article h1 { .row { display: flex; } -.row { - flex-wrap: wrap; -} .text-center { text-align: center; }