File diff d20afc9782c7 → d597c74e9092
static/scss/custom.scss
Show inline comments
...
 
@@ -200,13 +200,14 @@ $homepage-block-min-height: 480px;
 

	
 
.circle {
 
  position: relative;
 
  border-radius: 100%;
 
  overflow: hidden;
 
  width: 100%;
 
  box-shadow: 0px 0px 2em black;
 
  border: 0.05em solid black;
 
  box-shadow: 0px 0px 1em $gray-dark;
 
}
 

	
 
.circle:before {
 
  content: "";
 
  display: block;
 
  padding-top: 100%;