7 lines
87 B
CSS
7 lines
87 B
CSS
/* styles.css */
|
|
.link-row {
|
|
display: flex;
|
|
gap: 10px;
|
|
align-items: center;
|
|
}
|
|
|