home/assets/_custom.scss

53 lines
693 B
SCSS
Raw Normal View History

2024-11-10 14:25:55 +00:00
.book-menu-content nav{
display: flex;
flex-direction: column;
height: 99%;
2024-11-10 00:33:32 +00:00
}
2024-11-10 14:25:55 +00:00
.book-menu-mid {
flex-grow: 1;
2024-11-10 00:33:32 +00:00
}
.info-container {
background-color: var(--gray-100);
position: relative;
min-width: 30rem;
bottom: 0;
left: 0;
right: 0;
}
.commit-info {
font-size: 0.8rem;
margin: 1rem;
}
.commit-info {
text-align: left;
}
.disclaimer {
float: left;
font-size: 0.9rem;
margin: 1rem;
}
#personal {
width: 50%;
min-width: 40px;
max-width: 550px;
float: right;
padding: 10px;
display: block;
}
@media only screen and (max-width : 575px) {
#personal {
min-width: 40px;
max-width: 180px;
float: center;
padding: 0px 0px 0px 0px;
display: block;
}
}