fix
This commit is contained in:
parent
1f57af4d0a
commit
69b41a0954
|
@ -189,9 +189,10 @@ definePageMetadata(computed(() => page ? {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .banner {
|
> .banner {
|
||||||
|
margin: 0rem !important;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
// TODO: 良い感じのアスペクト比で表示
|
// TODO: 良い感じのアスペクト比で表示
|
||||||
margin: 0rem !important;
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Loading…
Reference in New Issue