Mobile fix
The CSG logo shrinks when on mobile screens
This commit is contained in:
@@ -10,8 +10,18 @@
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
max-width: 60px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user