mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
An attempt at naming the software. Closes #12
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
div#table-container {
|
||||
width: 80%;
|
||||
#info-container{
|
||||
width: 100%;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#info-container{
|
||||
max-width: 60em;
|
||||
margin: 0 auto;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user