Browse Source

some css

front-continuation
asyncnomi 3 years ago
parent
commit
cbe84738e4
  1. 9
      static/css/main.css

9
static/css/main.css

@ -60,7 +60,8 @@ h1 {
} }
.logo>img { .logo>img {
height: 9vw; height: 150px;
margin-left: 23px;
} }
.row { .row {
@ -91,7 +92,7 @@ p {
a { a {
text-decoration: none; text-decoration: none;
color: #d75b00; color: #d75b00;
} }
@ -165,7 +166,7 @@ img {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.row { .row {
flex-direction: column; flex-direction: column;
} }
.col { .col {
@ -186,4 +187,4 @@ img {
font-size: 40px; font-size: 40px;
color: red; color: red;
text-align: center; text-align: center;
} }

Loading…
Cancel
Save