diff --git a/README.md b/README.md index 44fc67f..12b0b34 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To be able to enjoy future updates, I recommend adding your own modification to ## Simple Modifications -# Style-wise +### Style-wise This template is meant to be very easy to make small modifications to, by changing the variables defined in the ```assets/css/main.css``` file. These include: - Accent color: ```--accent-color```, as well as other colors used. - Main and header font: ```--main-font``` and ```--header-font```, respectively (see suggested marked out font pairings). @@ -33,7 +33,7 @@ This template is meant to be very easy to make small modifications to, by changi Create your own variables and use them to modify your design! -# Functionality +### Functionality - Added "sticky-top" documentation for the navbar - see ```elements/nav.html``` and ```/elements/nav-smaller.html```.