Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jan 19, 2022
1 parent 7e7a1f0 commit 1624ae3
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ $large-display: new-breakpoint(min-width 1200px $large-display-columns);
@include media($small-display) {
margin-right: 40px;
width: auto;

}
}

Expand Down Expand Up @@ -156,7 +155,6 @@ $large-display: new-breakpoint(min-width 1200px $large-display-columns);

@include media($medium-display) {
margin-bottom: 0.7%;

}

@include media($small-display) {
Expand All @@ -170,7 +168,6 @@ $large-display: new-breakpoint(min-width 1200px $large-display-columns);
line-height: $base-font-size;
margin-right: 0;
@include media($medium-display) {

}
@include media($small-display) {
@include span-columns(49 of 100);
Expand Down Expand Up @@ -227,7 +224,6 @@ $large-display: new-breakpoint(min-width 1200px $large-display-columns);
@include clearfix;
}


body {
margin: 30px auto 0;
width: 750px;
Expand All @@ -250,7 +246,6 @@ body {
@include navigation-button($team-color);
}


.publications-button {
@include navigation-button($home-color);
width: 120px;
Expand All @@ -260,7 +255,6 @@ body {
@include navigation-button($team-color);
}


.culture-button {
@include navigation-button($home-color);
}
Expand All @@ -269,8 +263,6 @@ body {
@include navigation-button($team-color);
}



.project-button {
@include navigation-button($home-color);
}
Expand All @@ -296,7 +288,6 @@ body {
}
}


@mixin subpage-title($color) {
@include page-title($color);

Expand Down Expand Up @@ -390,7 +381,6 @@ body {
}
}


@mixin page-content() {
// for small displays as single column
@include single-column-content();
Expand Down Expand Up @@ -452,7 +442,6 @@ body {
text-rendering: optimizeLegibility; // Fix the character spacing for headings
}


.project-content {
@include page-content();
@include span-columns(12);
Expand Down Expand Up @@ -547,7 +536,6 @@ body {
@include omega();
}


.blog-teaser {
float: left;
margin-bottom: 10px;
Expand Down Expand Up @@ -592,8 +580,6 @@ body {
}
}



.post-list-link {
color: #444;
font-size: 0.9em;
Expand All @@ -617,7 +603,6 @@ body {
h3,
h4 {
font-size: $base-font-size;

}
}

Expand Down Expand Up @@ -659,7 +644,6 @@ body {
border-bottom: 5px $home-color solid;
}
}

}

.publication-content {
Expand All @@ -684,7 +668,6 @@ body {
font-family: $italicized-font-family;
}
}

}

i {
Expand Down Expand Up @@ -748,7 +731,6 @@ body {
@include page-meta();
}


.download-content {
@include page-content();
}
Expand All @@ -757,7 +739,6 @@ body {
@include page-meta();
}


@mixin desaturation($percentage) {
filter: grayscale($percentage);
}
Expand Down Expand Up @@ -833,7 +814,6 @@ body {
width: 100%;
}


.paper-title {
@include reverse-dotted-link-underline;

Expand Down Expand Up @@ -917,7 +897,6 @@ footer {
@include media($small-display) {
display: none;
}

}

ul {
Expand Down Expand Up @@ -988,7 +967,6 @@ footer {
}
}


.video {
margin: auto;
margin-left: 0;
Expand Down Expand Up @@ -1062,7 +1040,6 @@ iframe:not(.skip-absolute) {
width: auto;
}


.institution-logo {
height: 80px;

Expand All @@ -1088,7 +1065,6 @@ iframe:not(.skip-absolute) {
padding: 15px;
}


// Extra, copyright-free images at the bottom of a publications page.
.supplement-image {
border: 2px solid $base-font-color;
Expand Down

0 comments on commit 1624ae3

Please sign in to comment.