Skip to content

Commit

Permalink
(docs): Implementing Paz's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
dericksozo committed Sep 2, 2024
1 parent 659bc3d commit db7611a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/authentication-plugin-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The Keycloak Auth Provider integrates Keycloak authentication and authorization
For detailed setup instructions and configuration options, refer to the [Keycloak Auth Provider GitHub README](https://github.com/amplication/plugins/tree/master/plugins/auth-keycloak).


## Real Examples
## Examples

This section provides you with in-depth examples on how to use and interact with some of the available authentication plugins.

Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ article > header {
opacity: 0.5;
}

.tabs-container {
background-color: rgb(21 25 44);
border-radius: var(--ifm-alert-border-radius);
padding-bottom: var(--ifm-tabs-padding-vertical);
}

@media only screen and (max-width: 996px) {
.start-now-button {
display: none;
Expand Down

0 comments on commit db7611a

Please sign in to comment.