Label theme how can I make the header smaller

Hi @urbantis

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.min.css and add this code at the end of the file

.py-4.lg\:py-8 {
    padding: 5px !important;
}

Result

Best,

DaisyVo