Skip to content

Commit

Permalink
💄 Fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mivinci committed Oct 2, 2024
1 parent 8607d0e commit 8cd0017
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/atom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ $texts: (xs, 0.75), (sm, 0.875), (base, 1), (lg, 1.125), (xl, 1.25),
cursor: pointer;
}

.gap-4 {
gap: 1rem;
.gap-8 {
gap: 2rem;
}

.rounded-lg {
Expand Down
Binary file modified images/screenshot.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 images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}
<main class="container mx-auto">
<div class="flex items-center flex-col sm:flex-row sm:items-start gap-4">
<div class="flex items-center flex-col sm:flex-row sm:items-start gap-8">
<img class="w-48 sm:w-40 rounded-lg mt-1" src="{{ .Site.Params.Author.Avatar }}" alt="avatar">
<div class="text-center sm:text-left">
<h2 class="text-3xl font-bold mb-2" style="line-height: 1;">{{ .Site.Params.greet }}</h2>
Expand Down

0 comments on commit 8cd0017

Please sign in to comment.