Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
[![MIT Licensed](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
[![lepton](https://snapcraft.io/lepton/badge.svg)](https://snapcraft.io/lepton)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

![](./docs/img/new_logo.png)

[![MIT Licensed](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
[![lepton](https://snapcraft.io/lepton/badge.svg)](https://snapcraft.io/lepton)
[![Star History Rank](https://api.star-history.com/badge?repo=hackjutsu/Lepton&type=rank)](https://www.star-history.com/hackjutsu/lepton)


**Lepton** is a lean code snippet manager powered by GitHub Gist. [Check out the latest release.](https://github.com/hackjutsu/Lepton/releases)

Expand Down
22 changes: 22 additions & 0 deletions docs/css/freelancer.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,28 @@ header .intro-text .btn-outline {
header .intro-text .btn-outline + .btn-outline {
margin-left: 12px;
}
#portfolio {
position: relative;
}
#portfolio .star-history-badge {
display: block;
position: absolute;
top: 20px;
right: 28px;
}
#portfolio .star-history-badge img {
display: block;
width: auto;
height: auto;
margin: 0;
}
@media (max-width: 767px) {
#portfolio .star-history-badge {
position: static;
width: max-content;
margin: 0 auto 20px;
}
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@

<!-- Portfolio Grid Section -->
<section id="portfolio">
<a class="star-history-badge" href="https://www.star-history.com/hackjutsu/lepton"><img src="https://api.star-history.com/badge?repo=hackjutsu/Lepton&amp;type=rank" alt="Star History Rank" /></a>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down
Loading