Skip to content

Commit 511db9c

Browse files
add shortlinks to readme
1 parent 1cfc4a7 commit 511db9c

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Calendarify is a simple and lightweight Vanilla JavaScript datepicker library.
88

9+
## Shortlinks
10+
11+
* [Installation](#installation)
12+
* [How to Use](#how-to-use)
13+
* [Options](#options)
14+
* [Types](#types)
15+
* [File Sizes](#file-sizes)
16+
917
## Installation
1018

1119
#### NPM

src/styles/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
background: var(--background);
5959
box-shadow: var(--soft-box-shadow);
6060
border-radius: 1.5em;
61-
font-weight: 500;
61+
font-weight: bold;
6262
font-size: .85rem;
6363

6464
&:hover {
@@ -69,7 +69,7 @@
6969
}
7070

7171
.days-wrapper {
72-
@include grid(7, .6em);
72+
@include grid(7, .3em);
7373
font-size: .9rem;
7474
margin-bottom: .6em;
7575

@@ -80,7 +80,7 @@
8080
}
8181

8282
.dates-wrapper {
83-
@include grid(7, .4em);
83+
@include grid(7, .3em);
8484
font-size: .9rem;
8585

8686
li {

0 commit comments

Comments
 (0)