mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 16:07:57 +00:00
25 lines
No EOL
414 B
CSS
25 lines
No EOL
414 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Fira Sans", sans-serif;
|
|
}
|
|
html {
|
|
background-color: #fcfaf6;
|
|
}
|
|
.logo {
|
|
padding: 40px;
|
|
font-family: "Alfa Slab One", serif;
|
|
font-size: 32px;
|
|
text-align: center;
|
|
display: flex;
|
|
}
|
|
.logo img {
|
|
width: 60px;
|
|
margin: 0 25px;
|
|
}
|
|
.flex-layout {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|