Skip to content

Commit

Permalink
Add article about Git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed May 12, 2024
1 parent 70e9ca6 commit e547f63
Show file tree
Hide file tree
Showing 9 changed files with 249 additions and 9 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
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 e547f63

Please sign in to comment.