Kill trailing whitespace in scss files
This commit is contained in:
@@ -8,32 +8,32 @@ div#c-landings {
|
||||
text-align: center;
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
|
||||
p.slogan {
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
div.column {
|
||||
width: 480px;
|
||||
vertical-align: top;
|
||||
float: left;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
|
||||
div.landing-post {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
div.landing-post:hover img {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
|
||||
div.landing-post:hover div.data {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
||||
div.landing-post div.data {
|
||||
position: absolute;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user