Skip to content

Commit

Permalink
Update grid example
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and mdo committed Jan 16, 2023
1 parent 9042efd commit 5072307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/docs/5.3/examples/grid/grid.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.themed-grid-col {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(86, 61, 124, .15);
border: 1px solid rgba(86, 61, 124, .2);
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}

.themed-container {
padding: .75rem;
margin-bottom: 1.5rem;
background-color: rgba(0, 123, 255, .15);
border: 1px solid rgba(0, 123, 255, .2);
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}
Binary file modified site/static/docs/5.3/assets/img/examples/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/static/docs/5.3/assets/img/examples/grid@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5072307

Please sign in to comment.