hugo-theme-hyde-hyde/assets/scss/hyde-hyde/_misc.scss

22 lines
264 B
SCSS
Raw Normal View History

2018-07-25 02:21:03 +00:00
// some misc styles
.element--center {
display: block;
margin-left: auto;
margin-right: auto;
}
.menu {
background-color: #f3f3f3;
color: #333;
border-radius: 2px;
padding: 1px 5px;
}
.text-center {
text-align: center;
}
.pull-right {
float: right;
}