Skip to content

Commit 49e84ef

Browse files
Update style.css
1 parent 4fb3023 commit 49e84ef

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

style.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
body {
2-
font-family: Arial, sans-serif;
3-
margin: 20px;
2+
font-family: monospace;
3+
padding: 20px;
44
}
5-
#circuit-builder {
6-
display: flex;
7-
flex-direction: column;
8-
gap: 10px;
5+
6+
button {
7+
margin: 5px 5px 5px 0;
8+
padding: 5px 10px;
9+
cursor: pointer;
910
}
10-
#gates-container button {
11-
margin: 2px;
11+
12+
table th, table td {
13+
padding: 6px 10px;
14+
text-align: left;
1215
}

0 commit comments

Comments
 (0)