1
1
html {
2
- position : relative;
3
- min-height : 100% ;
4
- }
5
-
6
- body {
7
- position : relative;
8
- font-family : 'Roboto Mono' , monospace;
9
- margin-bottom : 60px ;
2
+ position : relative;
3
+ min-height : 100% ;
4
+ }
10
5
11
- }
12
-
13
- article {
14
- display : block;
15
- text-align : left;
16
- width : 80% ;
17
- padding-top : 2% ;
18
- padding-bottom : 15% ;
19
- margin : 0 auto;
20
- }
6
+ body {
7
+ position : relative;
8
+ font-family : 'Roboto Mono' , monospace;
9
+ margin-bottom : 60px ;
10
+ }
21
11
22
-
23
- .footer {
24
- position : relative;
25
- bottom : 0 ;
26
- width : 100% ;
27
- height : 60px ;
28
- line-height : 60px ;
29
- background-color : # f5f5f5 ;
30
- margin-top : 2% ;
31
- }
12
+ article {
13
+ display : block;
14
+ text-align : left;
15
+ width : 80% ;
16
+ padding-top : 2% ;
17
+ padding-bottom : 15% ;
18
+ margin : 0 auto;
19
+ }
20
+ .footer {
21
+ position : absolute;
22
+ bottom : 0 ;
23
+ right : 0 ;
24
+ left : 0 ;
25
+ width : 100% ;
26
+ height : 60px ;
27
+ line-height : 60px ;
28
+ background-color : # E5E8E8 ;
29
+ margin-top : 2% ;
30
+ }
32
31
33
32
.favListItem {
34
33
text-align : center;
@@ -57,63 +56,64 @@ html {
57
56
float : center;
58
57
}
59
58
60
- li {
61
- padding-left : 40px ;
62
- }
63
59
64
- .navbar-brand {
65
- padding : 0px ;
66
- }
67
- .navbar-brand > img {
68
- height : 10% ;
69
- padding : 15px ;
70
- width : auto;
71
- }
72
- .btn-xs {
73
- margin-top : 7px ;
74
- height : 24px ;
75
- font-size : 12px ;
76
- }
60
+ li {
61
+ padding-left : 40px ;
62
+ }
63
+
64
+ .navbar-brand {
65
+ padding : 0px ;
66
+ }
67
+ .navbar-brand > img {
68
+ height : 10% ;
69
+ padding : 15px ;
70
+ width : auto;
71
+ }
72
+ .btn-xs {
73
+ margin-top : 7px ;
74
+ height : 24px ;
75
+ font-size : 12px ;
76
+ }
77
77
78
78
.fa {
79
+ font-size : 15px ;
80
+ cursor : pointer;
81
+ user-select : none;
82
+ }
79
83
80
- font-size : 15px ;
81
- cursor : pointer;
82
- user-select : none;
83
- }
84
+ .fa : hover {
85
+ color : darkblue;
86
+ }
84
87
85
- .fa : hover {
86
- color : darkblue;
87
- }
88
- .checked {
89
- color : orange;
90
- }
88
+ .checked {
89
+ color : orange;
90
+ }
91
91
92
- .card-title {
93
- font-size : 20px ;
94
- font-weight : bolder;
95
- text-align : center;
96
- background-color : rgb (255 , 193 , 7 );
97
- /*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/
98
92
99
- }
100
-
93
+ .card-title {
94
+ font-size : 20px ;
95
+ font-weight : bolder;
96
+ text-align : center;
97
+ background-color : rgb (255 , 193 , 7 );
98
+ /*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/
99
+ }
100
+
101
101
102
- @media screen and (min-width : 768px ) {
103
- .bricklayer-column-sizer {
102
+ @media screen and (min-width : 768px ) {
103
+ .bricklayer-column-sizer {
104
104
/* Each column will be 100px width and there will be 5 columns. */
105
105
width : 33% ;
106
- }
107
106
}
107
+ }
108
108
109
- /* You should add more media queries to make it fully responsive. */
109
+ /* You should add more media queries to make it fully responsive. */
110
110
111
- @media screen and (min-width : 768px ) {
112
- .bricklayer-column-sizer {
111
+ @media screen and (min-width : 768px ) {
112
+ .bricklayer-column-sizer {
113
113
/* Each column will be 125px width and there will be 4 columns. */
114
114
width : 33% ;
115
- }
116
115
}
116
+ }
117
117
118
118
# help_popup {
119
119
width : 100% ;
177
177
overflow : hidden;
178
178
outline : none;
179
179
color : # 077bff ;
180
- }
180
+ }
0 commit comments