Daniel J. Summers cfaf2e84f7
Create Angular version (#1)
Convert site to Angular; also reworked contents on solution pages
2019-11-14 22:22:18 -06:00

29 lines
608 B
Sass

.app-sidebar
text-align: center
border-top: dotted 1px lightgray
padding-top: 1rem
font-size: .9rem
display: flex
flex-flow: row wrap
justify-content: space-around
.app-sidebar > div
width: 20rem
padding-bottom: 1rem
@media all and (min-width: 68rem)
.app-sidebar
width: 66rem
margin: auto
@media all and (min-width: 80rem)
.app-sidebar
width: 12rem
border-top: none
border-left: dotted 1px lightgray
padding-top: 0
padding-left: 2rem
flex-direction: column
.app-sidebar > div
width: auto
.app-sidebar a
font-size: 10pt
font-family: sans-serif