Basic styles

This commit is contained in:
2021-12-30 23:59:46 +03:00
parent 307f92e4f7
commit e13743ccce
4 changed files with 67 additions and 15 deletions

View File

@@ -106,9 +106,6 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
h1 {
font-size: 32px;
}
.progress-bar {
width: 400px;
height: 25px;
@@ -116,6 +113,10 @@ h1 {
margin: auto;
}
h1 {
margin-bottom: 32px;
}
video {
width: 800px;
max-width: 100%;