wp-73k/assets/css/conditional/header.css

13 lines
139 B
CSS
Raw Normal View History

2019-05-23 12:30:31 -04:00
.header {
@apply py-2 z-10 bg-gray-100;
@screen lg {
@apply py-6;
}
.container {
@apply flex justify-between items-center;
}
}