1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

memory map: updated to use css grid

This commit is contained in:
Steven Hugg
2020-07-06 12:47:24 -05:00
parent 9032eaf9b5
commit d068dc0433
4 changed files with 47 additions and 9 deletions
+3
View File
@@ -432,6 +432,9 @@ div.markdown th {
border-radius:8px;
color: #333;
background-color:#999;
display:grid;
justify-content: center;
align-content: center;
}
.segment:hover {
border-color: #ffffff;