.description { grid-column: 1 / span 2; } .function-io { margin: 60px 0; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; place-items: start; grid-gap: 30px; } .function-io > * { width: 100%; height: 100%; } .function-io .input, .function-io .output { background-color: white; aspect-ratio: 1; border-radius: 50%; } .function-io h3 { margin: 0; } .function-io ul { font-family: "Necto"; list-style: none; padding: 0; } .endpoints { grid-column: 1 / -1; } .endpoints code { background-color: white; }