You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/front/style/home/personnal_space.css

37 lines
641 B

@import url(../component/header.css);
#personal-space {
display: flex;
flex-direction: column;
}
#body-personal-space {
width: 95%;
border: 3px var(--main-color) solid;
border-radius: 0.5cap;
align-self: center;
overflow: scroll;
height: 85%;
}
#body-personal-space table {
width: 100%;
border-collapse: separate;
border-spacing: 1em;
table-layout: fixed;
overflow: hidden;
}
#body-personal-space td {
width: 80px !important;
padding-bottom: 1%;
padding-top: 1%;
height: fit-content;
text-align: center;
overflow: hidden;
}
tbody p {
text-align: center;
}