Skip to content
Snippets Groups Projects
Commit 90ee2f53 authored by Kreinsen, Moritz's avatar Kreinsen, Moritz
Browse files

Update styles.css

parent a21503ca
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ body {
}
.memory-game {
width: 640px;
height: 640px;
width: 100%;
height: 100%;
margin: auto;
display: flex;
flex-wrap: wrap;
......@@ -21,7 +21,7 @@ body {
.memory-card {
width: calc(25% - 10px);
height: calc(33.333% - 10px);
height: calc(25% - 10px);
margin: 5px;
position: relative;
transform: scale(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment