Created
May 29, 2019 07:36
-
-
Save nmrym978/0851ddaa1207d200aa81fc91513f1928 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sitemap-list { | |
width: 33%; | |
max-width: 150px; | |
display: inline-block; | |
} | |
.sitemap-list h3 { | |
color: #fff; | |
font-size: 18px; | |
} | |
.sitemap-list ul { | |
color: #fff; | |
} | |
.sitemap-list a { | |
text-decoration: none; | |
font-size: 12px; | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment