| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/googleaiphotobooth.com/narrative-google-ai-web/app/node_modules/chota/src/ |
Upload File : |
.nav {
display: flex;
min-height: 5rem;
align-items: stretch;
}
.nav img {
max-height: 3rem;
}
.nav > .container {
display: flex;
}
.nav-center,
.nav-left,
.nav-right {
display: flex;
flex: 1;
}
.nav-left {
justify-content: flex-start;
}
.nav-right {
justify-content: flex-end;
}
.nav-center {
justify-content: center;
}
@media screen and (max-width: 480px) {
.nav,
.nav > .container {
flex-direction: column;
}
.nav-center,
.nav-left,
.nav-right {
flex-wrap: wrap;
justify-content: center;
}
}
.nav a,
.nav .brand {
text-decoration: none;
display: flex;
align-items: center;
padding: 1rem 2rem;
color: var(--color-darkGrey);
}
.nav [aria-current="page"]:not(.button),
.nav .active:not(.button) {
color: #000; /* fallback */
color: var(--color-primary);
}
.nav .brand {
font-size: 1.75em;
padding-top: 0;
padding-bottom: 0;
}
.nav .brand img {
padding-right: 1rem;
}
.nav .button {
margin: auto 1rem;
}