diff --git a/dropship.css b/dropship.css index 313185f..336b617 100644 --- a/dropship.css +++ b/dropship.css @@ -1,6 +1,6 @@ .drop { - border-style:dashed; - border-width:2px; - border-color:rgba(0,0,0,0.25); - border-radius: 5px; -} \ No newline at end of file + border-style: dashed; + border-width: 2px; + border-color: rgba(0, 0, 0, 0.25); + border-radius: 5px; +}