freetube/src/renderer/views/ProfileEdit/ProfileEdit.css

16 lines
193 B
CSS
Raw Normal View History

2020-08-21 12:51:20 +00:00
.card {
width: 85%;
margin: 0 auto;
margin-bottom: 60px;
}
.message {
color: var(--tertiary-text-color);
}
@media only screen and (max-width: 680px) {
.card {
width: 90%;
}
}