diff --git a/CHANGES.md b/CHANGES.md index af29278..7422645 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +0.3.0 (2020-11-30) +------------------ + +### Added + +- Left and right padding for `
`. + + 0.2.0 (2020-11-30) ------------------ diff --git a/README.md b/README.md index 7c60b4f..8cf646e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To use SPCSS, merely add this line of code to the `` element of your HTML file: ```html - + ``` Alternatively, download the CSS file from [here][DL], edit and customize @@ -51,18 +51,18 @@ it as per your requirements, and use it in your project. You are also welcome to [fork this repository][fork] and customize it to maintain your own copy of [sp.css](sp.css) with styles you frequently need. -[DL]: https://cdn.jsdelivr.net/npm/spcss@0.2.0/sp.css +[DL]: https://cdn.jsdelivr.net/npm/spcss@0.3.0/sp.css [fork]: https://github.com/susam/spcss/fork CDN URLs -------- -Use the following URL in the `` tag to load version 0.2.0 (the +Use the following URL in the `` tag to load version 0.3.0 (the current version at this time) of SPCSS: ``` -https://cdn.jsdelivr.net/npm/spcss@0.2.0 +https://cdn.jsdelivr.net/npm/spcss@0.3.0 ``` Use the following URL in the `