Fixed background-size for rounded corders

This commit is contained in:
Brad Traversy 2020-12-02 09:58:54 -05:00
parent 87eaa6dbf7
commit d697604ba6

View File

@ -20,7 +20,7 @@ body {
} }
.panel { .panel {
background-size: auto 100%; background-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 80vh; height: 80vh;