Skip to content

Commit

Permalink
Merge pull request #33 from Cambio-Project/bug-fixes-1.1.1
Browse files Browse the repository at this point in the history
Bug fixes 1.1.1
  • Loading branch information
franksn90 authored May 28, 2024
2 parents e1492e4 + f20bb37 commit bd9681a
Show file tree
Hide file tree
Showing 41 changed files with 1,042 additions and 1,782 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.2-slim as base
FROM node:22.2-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
21 changes: 21 additions & 0 deletions assets/css/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.container-row {
display: flex;
}

.container-row-element {
width: 100%;
}

.container-row-element-s {
width: 50%;
}

.container-row-element-xs {
width: 25%;
}

.left {
text-align: left;
overflow: auto;
display: block;
}
Loading

0 comments on commit bd9681a

Please sign in to comment.