mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-13 04:43:46 +01:00
36 lines
383 B
CSS
36 lines
383 B
CSS
body {
|
|
padding: 0;
|
|
}
|
|
|
|
.navbar {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.results {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
height: 100vh;
|
|
min-height: 100vh;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.result {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 30px;
|
|
width: 10rem;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
font-size: 6rem;
|
|
}
|
|
|
|
.entry {
|
|
font-size: 1rem;
|
|
}
|