diff --git a/docs/assets/themes/prima.css b/docs/assets/themes/prima.css
index 353599d..a4a4132 100644
--- a/docs/assets/themes/prima.css
+++ b/docs/assets/themes/prima.css
@@ -213,7 +213,7 @@ body .slides-header {
margin: var(--r-block-margin) auto;
text-align: left;
font-family: var(--r-code-font);
- box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.30);
+ box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
max-width: 60%;
}
@@ -256,6 +256,8 @@ body .slides-header {
.row {
display: flex;
flex-direction: row;
+ justify-content: center;
+ gap: 3em;
}
.column {
diff --git a/docs/learning_grpc.md b/docs/learning_grpc.md
index 42fd080..ee686d2 100644
--- a/docs/learning_grpc.md
+++ b/docs/learning_grpc.md
@@ -4,10 +4,8 @@ Hack to force mkslides to compile the images you want to use in the base templat
-->
-
Victor Martinez
-Victor Martinez
--- diff --git a/docs/practical_grpc.md b/docs/practical_grpc.md new file mode 100644 index 0000000..3d9cae3 --- /dev/null +++ b/docs/practical_grpc.md @@ -0,0 +1,50 @@ +Victor Martinez
+ +--- + +