css
This commit is contained in:
parent
955f30dc80
commit
ea948d4745
2 changed files with 1 additions and 5 deletions
|
@ -18,7 +18,3 @@ hr {
|
||||||
/* TODO: Fix in bluelib */
|
/* TODO: Fix in bluelib */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fof {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
export default async function Page() {
|
export default async function Page() {
|
||||||
return (
|
return (
|
||||||
<div className={"panel box fof red"}>
|
<div className={"panel box red"}>
|
||||||
<h3>
|
<h3>
|
||||||
Errore
|
Errore
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue