mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
fix: css part 1
This commit is contained in:
23
src/App.vue
23
src/App.vue
@@ -196,8 +196,8 @@ const darkThemeOverrides: GlobalThemeOverrides = {
|
||||
}
|
||||
|
||||
.n-carousel {
|
||||
width: 800px;
|
||||
height: 450px;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
@@ -206,8 +206,8 @@ const darkThemeOverrides: GlobalThemeOverrides = {
|
||||
}
|
||||
|
||||
.carousel-img {
|
||||
width: 800px;
|
||||
height: 450px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@@ -294,21 +294,6 @@ const darkThemeOverrides: GlobalThemeOverrides = {
|
||||
display: flex;
|
||||
padding-top: 15%;
|
||||
}
|
||||
|
||||
.joke-wrapper {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: flex-start;
|
||||
flex-shrink: 1;
|
||||
gap: 8px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.joke-footnote {
|
||||
align-self: flex-end;
|
||||
font-size: 8pt;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user