lettertofcps/static/css/styles.css
Rushil Umaretiya 4e7f6d5e25 fixed styles
2020-09-27 11:34:35 -04:00

38 lines
526 B
CSS

footer {
margin-top: 20vh;
}
#letter {
overflow-y: scroll;
height:35vh;
background-color: #ededed;
padding: 10px;
}
#letter-second {
overflow-y: scroll;
height:35vh;
background-color: #ededed;
padding: 10px;
}
#letter-mail {
overflow-y: scroll;
height:5vh;
background-color: #ededed;
padding: 10px;
}
#subject-line {
background-color: #ededed;
padding: 10px;
font-family: monospace;
}
.hide {
display: none;
}
#dropdownButton {
background-color: !important white;
}