Commit 57b5ebc1 authored by nanahira's avatar nanahira

limit ad image size

parent f3d25785
Pipeline #17966 passed with stages
in 1 minute and 41 seconds
...@@ -54,3 +54,9 @@ footer { ...@@ -54,3 +54,9 @@ footer {
color: #767676; color: #767676;
text-align: center; text-align: center;
} }
.ad-image {
max-height: 50px;
height: auto;
width: auto;
}
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