Fixed 100% width
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2024-04-15 18:33:13 +02:00
parent 705bd1f985
commit d7e73ebf3b
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
7 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ dist
*.webp~
*.kra
*.kra~
*.xcf
# Node dependencies
node_modules

View File

@ -112,7 +112,7 @@ footer {
border-top-left-radius: 5px;
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
box-shadow: 0px 0px 10px $ui-hover-fg;
.content {

View File

@ -28,7 +28,7 @@ useServerSeoMeta({
.container {
background-color: navy;
background-image: url("~/assets/star-bg.webp");
min-block-size: 100vh;
min-height: 100vh;
display: flex;
flex-direction: column;
}

View File

@ -294,7 +294,7 @@ useServerSeoMeta({
main {
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
box-shadow: 0px 0px 10px $ui-hover-fg;
background-color: $ui-surface-bg;
padding-bottom: 20px;
@ -310,7 +310,7 @@ main {
.member-card {
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
display: flex;
flex-direction: row;
align-items: start;

View File

@ -35,7 +35,7 @@ main {
flex-grow: 1;
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
box-shadow: 0px 0px 10px $ui-hover-fg;
background-color: $ui-surface-bg;
border-left: 4px dotted $primary-surface;

View File

@ -70,7 +70,7 @@ section,
figure.art {
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
box-shadow: 0px 0px 10px $ui-hover-fg;
background-color: $ui-surface-bg;
box-sizing: border-box;

View File

@ -140,7 +140,7 @@ section,
figure.art {
max-width: 1400px;
align-self: center;
width: 100vw;
width: 100%;
box-shadow: 0px 0px 10px $ui-hover-fg;
background-color: $ui-surface-bg;
box-sizing: border-box;