update footer, header and home compoents
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,28 @@
|
||||
:host {
|
||||
.intro {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 6rem;
|
||||
|
||||
&__img {
|
||||
display: block;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
border-radius: 50%;
|
||||
background-image: url('../../assests/images/rc-logo.jpeg');
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
&__header {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.intro {
|
||||
&__header {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user