diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 13:11:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 13:11:56 +0530 | 
| commit | 9ca232e2154a8037fa5c4d7804b79576d09d1583 (patch) | |
| tree | 2bef598956cfac53fa213663c04466c0746fdad9 | |
| parent | 9b8d97996d18a72dacbf1ba52d9c7beb691ad391 (diff) | |
site: add padding to programmer and hacker
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | index.html | 2 | 
2 files changed, 5 insertions, 5 deletions
| @@ -5,11 +5,11 @@          "nixpkgs": "nixpkgs"        },        "locked": { -        "lastModified": 1754109037, -        "narHash": "sha256-H6tUJ4hP6GRCNDPC5Q4Qju37MIrEFIsakIUaAko4cCA=", +        "lastModified": 1754120261, +        "narHash": "sha256-hD4TWdMftvR95wUqEDv9N6mKP2cURddjOtAJfclvCrk=",          "ref": "refs/heads/main", -        "rev": "01dab20082d978365177fa2a13ecde163be2a5e7", -        "revCount": 221, +        "rev": "246a95dbd8f79033124a1c8aba8af6ee03a6af8e", +        "revCount": 226,          "submodules": true,          "type": "git",          "url": "ssh://git@github.com/compromyse/msg.git" @@ -8,7 +8,7 @@        <h1 class="text-5xl lg:text-7xl">          Hi there! I'm RAGHU.        </h1> -      <p class="text-xl lg:text-3xl"><span class="text-pink-900 bg-pink-100 selection:bg-zinc-400 selection:text-pink-800 p-1">Programmer and Hacker.</span></p> +      <p class="text-xl lg:text-3xl"><span class="text-pink-900 bg-pink-100 selection:bg-zinc-400 selection:text-pink-800 p-2">Programmer and Hacker.</span></p>        <div class="flex gap-2 lg:text-xl pt-4">          <a href="https://github.com/compromyse" class="button" target="_blank">GITHUB</a> | 
