Add margin to service list ul
element
This commit is contained in:
parent
365bb4eb28
commit
4217595ed9
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
width: 90%;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue