Line 16: | Line 16: | ||
color: #000 !important; | color: #000 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
+ | } | ||
+ | #cntr a:hover { | ||
+ | font-style: italic !important; | ||
+ | color: #000 !important; | ||
+ | text-decoration: none !important; | ||
} | } | ||
#cntr article img { | #cntr article img { |
Revision as of 19:45, 16 October 2016
@charset "UTF-8";
- cntr {
font-family: josefin-sans; padding-left: 120px; padding-right: 110px; margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom: 50px; }
- cntr #nav {
padding-top: 50px; text-align: center; }
- cntr a {
color: #000 !important; text-decoration: none !important; }
- cntr a:hover {
font-style: italic !important; color: #000 !important; text-decoration: none !important;
}
- cntr article img {
width: 100%; height: 100%; }
- cntr .row {
margin-top: 10px; }