You've already forked mainline-status
mirror of
https://github.com/linux-msm/mainline-status.git
synced 2026-02-25 13:12:54 -08:00
18 lines
230 B
SCSS
18 lines
230 B
SCSS
th {
|
|
text-align: center;
|
|
};
|
|
.wrapper {
|
|
max-width: 100%;
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
};
|
|
.home {
|
|
display: inline-block;
|
|
};
|
|
table {
|
|
width: auto;
|
|
margin-right: 30px;
|
|
display: inline-block;
|
|
color: #111;
|
|
};
|