url-shortener/data/www/app.css

21 lines
216 B
CSS
Raw Permalink Normal View History

2023-07-18 00:55:34 +00:00
/*
https://stackoverflow.com/a/29709036
*/
.center-box
{
display: flex;
align-items: center;
justify-content: center;
}
.fullscr
{
width: 100vw;
}
/* mine */
.larger_tb
{
min-width: 50vw;
}