Test layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user