Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 RELEASE: v1.2.2 #44

Merged
merged 15 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
21 changes: 20 additions & 1 deletion docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,24 @@ main {

#content {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
left: 0;
top: 5%;
width: 100%;
padding: 0 20px;
margin-top: 180px;
margin-top: 80px;
justify-content: center;
text-align: center;
}

#content img {
height: 185px;
border-radius: 50%;
box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.09);
}

.site__h1 {
font-size: 76px;
margin: 0px;
Expand Down Expand Up @@ -131,6 +140,16 @@ nav {
margin-bottom: 7px;
}

#content {
flex-direction: column;
align-items: center;
margin-top: 135px;
}

#content img {
height: 152px;
}

.site__nav {
font-size: 18px;
}
Expand Down
1 change: 1 addition & 0 deletions docs/assets/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>buymeacoffee.js</title>
<meta name="description" content="A simple and lightweight but powerful Node.js client for Buy Me a Coffee API.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="assets/img/favicon.svg" />
<link rel="stylesheet" href="assets/css/styles.css">
<script src="assets/js/script.js"></script>

Expand All @@ -19,6 +20,7 @@
<a href="https://github.com/warengonzaga/buymeacoffee.js" target="_blank" id="fork-corner" class="fork-corner fc-pos-tr fc-animate fc-theme-github"></a>
<main id="main">
<div id="content">
<img src="assets/img/favicon.svg" alt="buymeacoffee.js">
<h1 class="site__h1">
buymeacoffee<span class="site--color-yellow">.js</span>
</h1>
Expand Down