Skip to content

Commit 0483d0a

Browse files
Update stylesheet.css
Not sure if anything changed, but updating to match v2.3
1 parent f21f6a7 commit 0483d0a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

stylesheet.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Globals
33
*/
44

5+
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
56

67
/* Custom default button */
78
.btn-secondary,
@@ -11,6 +12,20 @@
1112
text-shadow: none; /* Prevent inheritance from `body` */
1213
}
1314

15+
#home-btn{
16+
17+
float:right;
18+
margin-left: auto;
19+
margin-right:0;
20+
width: auto;
21+
22+
}
23+
24+
.page-header{
25+
26+
width:auto;
27+
28+
}
1429

1530
/*
1631
* Base structure
@@ -170,3 +185,11 @@ textarea {
170185
width: auto;
171186
box-shadow: none;
172187
}
188+
189+
.category-button {
190+
191+
width: 100%;
192+
height: 100px;
193+
font-size: 2em;
194+
195+
}

0 commit comments

Comments
 (0)