Add some styling.

Ticket #40
This commit is contained in:
Tim Schumacher 2015-03-29 22:25:57 +02:00
parent 1326137eb0
commit ddd53e8584

View file

@ -1,36 +1,17 @@
body { body {
margin: 40px 0 0; margin: 50px 0 0;
} }
header { #main {
top: 0; &>.basic.segment:first-child {
}
header .ui.grid > .column, .title.ui.grid > .column {
margin-top: 0;
margin-bottom: 0;
}
.box h2 {
font-size: 1rem !important;
}
a .icon {
text-decoration: none;
}
a, a:hover, a:visited {
color: #000000;
}
a:hover {
text-decoration: none;
}
#mission-statement {
overflow: hidden;
img {
margin-bottom: 0; margin-bottom: 0;
} }
} &>.basic.segment:last-child {
margin-top: 0;
padding-top: 0;
}
}
h1.ui.green.block.dividing.header {
background-color: #ffffff;
}