jhvanderschee / jekyllcodex

A website for front-end developers who want to learn Jekyll.
https://jekyllcodex.org
32 stars 24 forks source link

Missing Some CSS Classes #16

Closed manunamz closed 2 years ago

manunamz commented 3 years ago

cookie-consent.html (and some others, I think) uses some css classes that are not included in the html include itself -- they look like they assume Bootstrap is installed?:

<div id="cookie-notice">
  <span>We would like to use third party cookies and scripts to improve the functionality of this website.</span>
  <a id="cookie-notice-accept" class="btn btn-primary btn-sm">Approve</a>  <!-- here -->
  <a href="/privacy" class="btn btn-primary btn-sm">More info</a> <!-- and here -->
</div>
jhvanderschee commented 2 years ago

I deliberately left them out. You can look at the example code to find the appropriate styles.