forked from are0h/TheBadSpace
Front end clean up continued
Cleaned up the front end structure a bit more so the layout is unified across pages, excluding the index which will serve as the main search page, which has it's own style. Location page was also added to display details of instances listed in the database. It's mostly just informational so it will be kept simple.symfony-version
parent
477d6727f4
commit
b9298451b7
@ -0,0 +1,15 @@
|
||||
section[role="location"] {
|
||||
background: var(--primary);
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
padding: 10px;
|
||||
margin: 0 auto;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
section[role="location"] img {
|
||||
width: 33%;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
}
|
Loading…
Reference in New Issue