Add margin to service list ul element

This commit is contained in:
Ben Busby 2021-11-23 14:36:54 -07:00
parent 365bb4eb28
commit 4217595ed9
No known key found for this signature in database
GPG key ID: 339B7B7EB5333D14

View file

@ -25,6 +25,9 @@
width: 90%;
}
}
ul {
margin: 10px;
}
</style>
</head>
<body>