1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vueui: make breadcrumbs centered

This commit is contained in:
Ivan Velev 2021-09-20 19:38:44 -07:00
parent f5ea5da40d
commit c5629f8c41
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,6 +39,9 @@ export default {
</script>
<style>
.breadcrumbs {
text-align: center;
}
.breadcrumbs .item {
position: relative;
display: inline;