wf-radio/frontend/src/styles/app.css

32 lines
322 B
CSS
Raw Normal View History

2025-05-12 19:31:19 +02:00
#app {
padding: 2rem;
}
a {
text-decoration: none;
}
/* Logo */
.logo.img {
position: absolute;
top: 1.6rem;
height: 6em;
padding: 1.5em;
}
.logo.text {
position: relative;
left: 4rem;
top: 1.3rem;
color: #eaeaea;
font-family: Inter;
font-weight: 600;
padding: 1.5em;
font-size: 3em;
}