Fixing layout styles
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m12s
Music Collection CI Workflow / deploy (push) Successful in 22s
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m12s
Music Collection CI Workflow / deploy (push) Successful in 22s
This commit is contained in:
parent
8c90c406ce
commit
7d2a754e72
@ -32,7 +32,7 @@ export default function Page() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div class="container">
|
||||
<div className="container">
|
||||
<ul>
|
||||
{albums.map((album: Album) => (
|
||||
<li key={album.id}>
|
||||
|
@ -5,7 +5,7 @@ import Button from "./button";
|
||||
|
||||
const Navbar = () => {
|
||||
return (
|
||||
<nav class="navbar">
|
||||
<nav className="navbar">
|
||||
<div className="w-full h-20 bg-emerald-800 sticky top-0">
|
||||
<div className="container mx-auto px-4 h-full">
|
||||
<div className="flex justify-between items-center h-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user