before delete 3software

This commit is contained in:
2025-06-29 18:55:59 +03:00
parent ebd77a3e66
commit b51a472738
147 changed files with 257326 additions and 3151 deletions

View File

@@ -34,6 +34,15 @@ $base-height: 100;
body {
overflow: hidden !important;
}
.main-content {
max-width: 600px;
margin: 0 auto;
}
.fix-fab-offset {
margin-right: calc(max((100vw - var(--body-width))/2, 0px) + 18px) !important;
}
.projects-header {
background-color: #eee;
@@ -43,4 +52,16 @@ body {
border-top-left-radius: var(--top-raduis);
border-top-right-radius: var(--top-raduis);
}
.orline {
display: flex;
flex-direction: row;
}
.orline:before,
.orline:after {
content: "";
flex: 1 1;
border-bottom: 1px solid grey;
margin: auto;
}