Commit 9c5e0dc7 by Natalia

Styles adjustment

parent bdf73812
@import '../assets/scss/variables.scss';
:host {
display: block;
height: 100%;
}
.main-app-container {
display: flex;
align-items: center;
width: 100vw;
// height: calc(100vh - 35px);
height: 100vh;
}
.footer-container {
border-bottom: 4px solid $color-blue;
display: flex;
padding-bottom: 24px;
justify-content: center;
bottom: 4px;
position: absolute;
width: 100%;
}
\ No newline at end of file
@import '../../assets/scss/variables.scss';
:host {
display: block;
width: 100%;
}
.video-details-container {
margin: auto;
background-color: $color-white;
padding: 32px;
max-width: 60%;
.video-container {
width: 300px;
......
......@@ -29,6 +29,8 @@ body {
h1 {
font-size: 1.74rem;
line-height: 1.87rem;
margin: 12px 0 9px;
text-align: center;
}
p {
font-size: 1rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment