some css
This commit is contained in:
parent
184e499439
commit
cbe84738e4
1 changed files with 5 additions and 4 deletions
|
@ -60,7 +60,8 @@ h1 {
|
|||
}
|
||||
|
||||
.logo>img {
|
||||
height: 9vw;
|
||||
height: 150px;
|
||||
margin-left: 23px;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
@ -91,7 +92,7 @@ p {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #d75b00;
|
||||
color: #d75b00;
|
||||
}
|
||||
|
||||
|
||||
|
@ -165,7 +166,7 @@ img {
|
|||
|
||||
@media screen and (max-width: 600px) {
|
||||
.row {
|
||||
flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.col {
|
||||
|
@ -186,4 +187,4 @@ img {
|
|||
font-size: 40px;
|
||||
color: red;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue