mirror of
https://github.com/ntrupin/abstractml.git
synced 2026-01-25 06:28:35 -06:00
Update and rename examples/landing.css to examples/landing/landing.css
This commit is contained in:
@@ -1 +1,11 @@
|
||||
body {margin:0 auto;padding:12vmin 10vmin;max-width:35em;line-height:1.5em;font-family: -apple-system,BlinkMacSystemFont,sans-serif;word-wrap: break-word;}
|
||||
|
||||
.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
padding: 10px;
|
||||
}
|
||||
.grid-item {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user