Fixed 100% width
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
705bd1f985
commit
d7e73ebf3b
|
@ -10,6 +10,7 @@ dist
|
|||
*.webp~
|
||||
*.kra
|
||||
*.kra~
|
||||
*.xcf
|
||||
|
||||
# Node dependencies
|
||||
node_modules
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue