swap to ultra-fast APIs on homepage, finish continents
This commit is contained in:
parent
644e25f673
commit
9b439d0a19
14 changed files with 365 additions and 114 deletions
|
@ -11,6 +11,15 @@ export const bar = style({
|
|||
border: "2px solid #2d2d2d",
|
||||
});
|
||||
|
||||
export const tinyBar = style({
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
flexDirection: "row",
|
||||
overflow: "hidden",
|
||||
fontSize: 5,
|
||||
});
|
||||
|
||||
const shared: ComplexStyleRule = {
|
||||
textAlign: "center",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue