regexper-static/src/components/Footer/style.css

12 lines
161 B
CSS

@import url('../../globals.css');
footer {
margin: var(--spacing-margin) 0;
& img {
vertical-align: text-top;
width: 80px;
height: 15px;
}
}