mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 02:48:42 +00:00
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%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ul {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue