TASTE THEME: Add margin to product title on desktop

Hey, how do I add a little bit of margin above the product title on my product page? I will show the problem down below.

NOTE: ONLY FOR DESKTOP

LINK:https://e8aaa0-3.myshopify.com/products/body-cleanser?variant=41569514881161

PASSWORD: mohwhi

THEME: TASTE

password ?

mohwhi

please add this css to the very end of your base.css file and check

.product__title{margin-top: 30px !important;}

hey, did not work, and I only want it for desktop. Do you have another solution?

it did not work as you have error in css file, you need to put } bracket on lines 3543 and 3544 to complete media query

and then replace my given line with this code

@media screen and (min-width:750px){
.product__title{margin-top: 30px !important;}
}