Template:Linkbox/styles.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 3: Line 3:
     border-radius: 5px;
     border-radius: 5px;
     margin: 0 3em;
     margin: 0 3em;
     padding: 0.1em 2em;
     padding: 0.5em 2em;
     padding-bottom: 0.5em;
     margin-bottom: 1em;
}
}



Revision as of 20:04, 15 October 2018

.linkbox {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 0 3em;
    padding: 0.5em 2em;
    margin-bottom: 1em;
}

.linkbox-title {
    font-size: 150%;
}

.linkbox p {
	margin: 0;
}