@sadia944Submitted almost 2 years ago
VNenad93
@VNenad93All comments
- @VNenad93Posted almost 2 years ago
Hello!
The design is on point but if you want it to be responsive and scale based on the content inside, avoid assigning a fixed height or width value.
Use the
min-height
andmin-width
properties instead and the content window is adjusted each time.Hope this was helpful. Keep up the good work!
Marked as helpful0