File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ header {
16
16
color : white;
17
17
width : 100% ;
18
18
padding : 1.5em 0 1em ;
19
- /* Adjusted padding to reduce bottom margin */
20
19
text-align : center;
21
20
margin-bottom : 1.5em ;
22
- /* Reduced bottom margin */
23
21
box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.1 );
24
22
}
25
23
@@ -35,13 +33,9 @@ header .header-link {
35
33
text-decoration : none;
36
34
color : # 007acc ;
37
35
font-size : 1.1em ;
38
- /* Slightly increased font size */
39
36
font-weight : bold;
40
- /* Bold text */
41
37
line-height : 1.4 ;
42
- /* Adjusted line height for better readability */
43
38
letter-spacing : 0.05em ;
44
- /* Added letter spacing */
45
39
border : 2px solid white;
46
40
border-radius : 5px ;
47
41
background-color : white;
@@ -50,10 +44,8 @@ header .header-link {
50
44
51
45
header .header-link : hover {
52
46
background-color : # 4da6ff ;
53
- /* Lighter blue for hover */
54
47
color : white;
55
48
border-color : # 4da6ff ;
56
- /* Match border with background on hover */
57
49
}
58
50
59
51
main {
@@ -71,17 +63,25 @@ main:hover {
71
63
transform : translateY (-5px );
72
64
}
73
65
66
+ .link-container {
67
+ display : flex;
68
+ flex-wrap : wrap;
69
+ justify-content : center;
70
+ gap : 1em ;
71
+ }
72
+
74
73
a {
75
- display : block;
76
- width : fit-content;
77
- margin : 1em auto;
74
+ display : inline-block;
75
+ margin : 1em ;
78
76
padding : 0.5em 1em ;
79
77
text-decoration : none;
80
78
color : # 007acc ;
81
79
font-size : 1.2em ;
82
80
transition : color 0.2s , transform 0.2s , box-shadow 0.2s ;
83
81
border : 2px solid # 007acc ;
84
82
border-radius : 5px ;
83
+ min-width : 200px ;
84
+ text-align : center;
85
85
}
86
86
87
87
a : hover {
You can’t perform that action at this time.
0 commit comments