Skip to content

Commit bcb33f6

Browse files
Update index.css
1 parent 5698d5e commit bcb33f6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/GFI-framework/static/css/index.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ main {
2828
min-height: calc(var(--main-width));
2929
}
3030

31+
h1 {
32+
text-align: center;
33+
font-size: 2.8em;
34+
line-height: 1.2em;
35+
}
36+
3137

3238
.gfi_framework {
3339
display: flex;
@@ -96,3 +102,11 @@ main {
96102
background-color: var(--nice-gray);
97103
}
98104

105+
/***************
106+
Helpers
107+
***************/
108+
109+
.centered {
110+
text-align: center;
111+
}
112+

0 commit comments

Comments
 (0)