fix: Removed flex-wrap from .row.

This commit is contained in:
sergiotarxz 2020-10-23 01:58:18 +02:00
parent 8bc1cec431
commit 9a644b52e7
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ article h1 {
.row {
display: flex;
}
.row {
flex-wrap: wrap;
}
.text-center {
text-align: center;
}