Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed May 24, 2024
1 parent 7c41eee commit c16b6d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@

<p align="center">
<a href="https://www.spring.io/">
<img alt="Spring" src="https://spring.io/img/spring-2.svg" width="250" />
</a>
</p>
# Project Reactor

[![On Push](https://github.com/spring-io/antora-ui-spring/actions/workflows/push.yml/badge.svg?branch=main)](https://github.com/spring-io/antora-ui-spring/actions/workflows/push.yml)
[![On Push](https://github.com/reactor/antora-ui-projectreactor/actions/workflows/push.yml/badge.svg?branch=main)](https://github.com/reactor/antora-ui-projectreactor/actions/workflows/push.yml)


This project generates and packages the static resources that Spring uses for document production.
Expand Down
3 changes: 2 additions & 1 deletion src/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
}
.breadcrumbs-container {
position: fixed;
top: 80px;
top: 83px;
padding: 1rem 0;
right: var(--toc-width--widescreen);
left: var(--nav-width);
margin-left: 3rem;
margin-right: 3rem;
background-color: var(--body-background-color);
border-bottom: 1px solid var(--nav-panel-divider-color);
z-index: 99;
}
.doc {
padding-top: 60px;
Expand Down

0 comments on commit c16b6d1

Please sign in to comment.