wp-73k/assets/css/conditional/header.css
2019-05-23 10:30:31 -06:00

13 lines
139 B
CSS

.header {
@apply py-2 z-10 bg-gray-100;
@screen lg {
@apply py-6;
}
.container {
@apply flex justify-between items-center;
}
}