diff --git a/www/css/main.css b/www/css/main.css index 51f94de..46aac95 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -35,6 +35,8 @@ body{ cursor: pointer; float: right; font-size: 16px; + + box-shadow: 3px 3px #1B1B1B; } #teams-section { @@ -80,6 +82,7 @@ body{ #teams-list { display: flex; flex-direction: row; + flex-wrap: wrap; overflow: hidden; } .team-item { @@ -92,7 +95,9 @@ body{ margin: 10px; background-color: #ccc; border-radius: 15px; + overflow: hidden; + box-shadow: 3px 3px #585858; } .team-item .team-name { @@ -121,4 +126,6 @@ body{ height: auto; max-width: 150px; max-height: 150px; + + box-shadow: 2px 2px #A7A7A7; } \ No newline at end of file