mirror of
https://github.com/tedkulp/vidgrab
synced 2026-04-19 21:34:22 -04:00
Back to nextjs
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding-top: 2em;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
.bookmarklet {
|
||||
border: 1px dashed black;
|
||||
padding: 10px 20px 10px 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user