stacker.news/components/footer.module.css

11 lines
149 B
CSS
Raw Normal View History

2021-06-04 01:55:23 +00:00
.connect {
display: flex;
align-items: center;
width: 100%;
max-width: 500px;
opacity: 0.7;
}
.connect:hover {
opacity: 1;
}