mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
16 lines
222 B
CSS
16 lines
222 B
CSS
#info-container{
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
#info-container{
|
|
max-width: 60em;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
span.icon-wrapper {
|
|
display: inline-block;
|
|
width: 1.5em;
|
|
text-align: center;
|
|
} |