Line 269: | Line 269: | ||
} | } | ||
− | .pdf-resources, .excel-resources | + | .pdf-resources, .excel-resources { |
+ | margin-top: 2px; | ||
+ | margin-bottom: 2px; | ||
+ | text-decoration: none; | ||
+ | width: 100%; | ||
+ | border: 1px solid lightgrey; | ||
+ | border-radius: 5px; | ||
+ | transition: .5s; | ||
+ | } | ||
+ | |||
+ | .read-more { | ||
margin-top: 2px; | margin-top: 2px; | ||
margin-bottom: 2px; | margin-bottom: 2px; | ||
Line 277: | Line 287: | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: .5s; | transition: .5s; | ||
+ | } | ||
+ | |||
+ | .read-more:hover { | ||
+ | border: 3px solid var(--logo-pink); | ||
+ | text-decoration: none; | ||
} | } | ||
Revision as of 19:21, 1 November 2017