Skip to content

Commit

Permalink
Cleaner/smoother card for robot list
Browse files Browse the repository at this point in the history
  • Loading branch information
earlaud committed May 16, 2024
1 parent f262ed5 commit 320c902
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Robots/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ title: Robots
.robot-card {
display:flex;
margin:5%;
border:solid black 1px;
border:solid rgba(0, 0, 0, 0) 1px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
border-radius: 10px;
cursor: pointer;
}

Expand Down

0 comments on commit 320c902

Please sign in to comment.