mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
29 lines
299 B
CSS
29 lines
299 B
CSS
|
|
.navbar {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.results {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.result {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 30px;
|
|
width: 10rem;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
font-size: 6rem;
|
|
}
|
|
|
|
.entry {
|
|
font-size: 1rem;
|
|
}
|