1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-05 14:27:54 +02:00

Tweaking button padding

This commit is contained in:
Andrew Davis
2019-01-07 22:49:40 -06:00
parent 4aaa7588af
commit 7192dae238

View File

@@ -90,7 +90,7 @@ button:hover .icon svg {
.button {
background-color: $primary-color;
color: $white;
padding: 0.5em 1em;
padding: 0.25em 0.75em;
border-radius: 2em;
display: inline-block;
}
@@ -207,9 +207,12 @@ button:hover .icon svg {
width: 150px;
height: 100px;
}
.home-buttons {
margin-top: 1.5em;
}
.home-buttons .menu {
display: inline-block;
padding: 0.5em 1em;
padding: 0.25em 0.75em;
}
.menu {
margin-bottom: 1.5em;