Skip to content

Commit

Permalink
Add article about Git workflows (#58)
Browse files Browse the repository at this point in the history
* Add article about Git workflows
  • Loading branch information
skydread1 authored May 12, 2024
1 parent 70e9ca6 commit 40c9cdb
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 28 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ li a {
padding: 0;
}

img,
svg {
display: block;
margin: auto;
}

.image img {
max-width: 10rem;
}

section button {
padding: 0.5rem;
background-color: var(--bg-primary-color);
Expand All @@ -187,10 +197,8 @@ section button {
border-color: var(--text-primary-color);
}

img,
svg {
display: block;
margin: auto;
section img {
text-align: center;
}

.container {
Expand Down Expand Up @@ -734,6 +742,12 @@ footer .contact-icons img {
text-align: center;
}

/* Posts */

.post-body img {
width: 100%;
}

.post-body .links {
padding: 0
}
Expand Down Expand Up @@ -900,11 +914,6 @@ section .post-body .info {
text-align: center;
}

section img {
max-width: 10rem;
text-align: center;
}

@media (max-width: 1024px) {
section .post .post-body {
padding: 0.5rem;
Expand Down
39 changes: 20 additions & 19 deletions resources/public/main.js

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions src/loicb/server/content/blog/git-workflows.md

Large diffs are not rendered by default.

0 comments on commit 40c9cdb

Please sign in to comment.