1f6c3c5fd4
* Switched to semantic ui. * Add searching by location or tag * Reworked the forms
33 lines
No EOL
421 B
CSS
Executable file
33 lines
No EOL
421 B
CSS
Executable file
body {
|
|
margin: 0;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
header {
|
|
top: 0;
|
|
}
|
|
|
|
header .ui.grid > .column, .title.ui.grid > .column {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.box h2 {
|
|
font-size: 1rem !important;
|
|
}
|
|
|
|
#main {
|
|
margin-top: 4rem;
|
|
}
|
|
|
|
a .icon {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a, a:hover, a:visited {
|
|
color: #000000;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
} |