Test layout

This commit is contained in:
ARLakhin
2026-03-10 23:44:59 +03:00
parent ade07e6d84
commit 0dc0f10da7
14 changed files with 165 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
.header{
width: 100vw;
text-align: center;
}
.header-title {
font-size: 2.5rem;
font-weight: var(--bold);
}
.organisations-data {
display: flex;
flex-direction: column;
justify-content: space-between;
border: 8px solid black;
height: 100vh;
}
.organisation-data {
border: 2px solid grey;
white-space: pre-line;
display: flex;
flex-direction: column;
}
.organisation-elem {
font-weight: var(--semi-bold);
font-size: 1.5rem;
}