parent
1326137eb0
commit
ddd53e8584
1 changed files with 12 additions and 31 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue