/*
Theme Name: edsential lessons
Theme URI: www.senses.co.uk
Author: Matt Hiscock
Author URI: https://senses.co.uk/
Description: EDsential Lessons Phase 2

Most of the style here need to be to replicate tailwind styles, where the classes are not on the user inputted info
*/

@tailwind base;
@tailwind components;
@tailwind utilities;


a:hover{
    text-decoration: underline;
}

.tab-pane ul, .tab-pane ol
{
    list-style:disc !important;
    margin-top: 10px;
    margin-bottom: 10px;

}

.tab-pane ul li, .tab-pane ol li
{
    margin-left: 20px !important;
}

.tab-pane img
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-pane p
{
    padding-top: 5px;
    padding-bottom: 5px;
}