Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ a {
margin: 0 auto;
margin-top: 50px;
cursor: pointer;
transition: 0.2s ease-in-out;
}

.section__card__outline:hover{
Expand All @@ -152,6 +151,8 @@ a {
.section__card__icon {
text-align: center;
margin: 27px 32px;
text-align: center;
margin-left:130px;
}

.section__card__header {
Expand All @@ -160,6 +161,7 @@ a {
line-height: 37px;
color: #9a2ca0;
margin: 0 32px;
text-align: center;
}

.section__card__content {
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@
With caMicroscope one can...
</div>
<div class="section__card__outline__none__content">
<div>- Manage Layers</div>
<div>- Download and Upload Slides</div>
<div>- Mark slides as reviewed</div>
<div>- View side-by-side</div>
<div>&#x2022; Manage Layers</div>
<div>&#x2022; Download and Upload Slides</div>
<div>&#x2022; Mark slides as reviewed</div>
<div>&#x2022; View side-by-side</div>
<div>
- Supports variety of file formats such as .tiff, .svs, etc
&#x2022; Supports variety of file formats such as .tiff, .svs, etc
</div>
<div>- Submit Bug Report</div>
<div>&#x2022; Submit Bug Report</div>
</div>
</div>
</div>
Expand Down