Small change: remove unintentional whitespace (#34418)

On other challenges, only the affected places would have a placeholder whitespace, if there is one. Removed the unnecessary ones from this challenge.
This commit is contained in:
Gökhan Gurbetoğlu
2019-02-17 12:52:52 +03:00
committed by Manish Giri
parent a0c00de32b
commit 16eb18954e

View File

@ -44,14 +44,12 @@ tests:
background-color: dodgerblue; background-color: dodgerblue;
width: 50%; width: 50%;
height: 50%; height: 50%;
} }
#box-2 { #box-2 {
background-color: orangered; background-color: orangered;
width: 50%; width: 50%;
height: 50%; height: 50%;
} }
</style> </style>
<div id="box-container"> <div id="box-container">