Little fix

This commit is contained in:
Alhaziel
2019-04-27 17:44:40 +02:00
parent eb6df51306
commit 5204592e46
3 changed files with 6 additions and 2 deletions

View File

@ -309,6 +309,10 @@ Intro
transform: translate(-50%, -50%)
}
@media (max-width:768px) {
#intro img{width:50%}
}
#intro .btn {
position:absolute;

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long