Skip to content

Commit

Permalink
Added subflexer
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 18, 2024
1 parent 590127a commit d74d0ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions layouts/partials/custom-head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<style>
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600); */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.subflexer {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 650px) {
.subflexer {
width: 100%;
}
}
.snip1344 {
/* font-family: 'Open Sans', Arial, sans-serif; */
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/profile.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .IsNamedParams }}
<div style="width: 50%; display: flex; align-items: center; justify-content: center;">
<div class="subflexer">
<figure class="snip1344"><img src="https://avatars.githubusercontent.com/u/19727349?v=4" alt="profile-sample1" class="background"/><img src="https://avatars.githubusercontent.com/u/19727349?v=4" alt="profile-sample1" class="profile"/>
<figcaption>
<h3>TheFlash2k<span>Pwn / Rev / Misc</span></h3>
Expand Down

0 comments on commit d74d0ff

Please sign in to comment.