Using favicon with circular background.

pull/653/head
Kellan Wampler 2022-08-22 11:14:10 -04:00
rodzic f3b9128738
commit fd18c0c503
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -239,7 +239,7 @@ const Homepage = () => {
boxSizing="content-box"
>
<GridItem colSpan="12" bgColor={"blue.50"} id="Header grid item">
<chakra.header boxSize="full" minH="100vh" mb={0}>
<chakra.header boxSize="full" minH={["60vh", "100vh"]} mb={0}>
<Box
bgPos="bottom"
bgColor="transparent"

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 626 B

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 797 B

Wyświetl plik

@ -40,7 +40,7 @@ const LandingNavbar = () => {
</>
)}
<Flex
pl={ui.isMobileView ? 2 : 8}
pl={ui.isMobileView ? 2 : "100px"}
justifySelf="flex-start"
h="48px"
py={1}
@ -53,7 +53,7 @@ const LandingNavbar = () => {
<Link
as={Image}
w="auto"
h={["70%", "85%", "100%"]}
h={["70%", "85%"]}
justifyContent="left"
src={PRIMARY_MOON_LOGO_URL}
alt="Moonstream logo"