Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 0b21748

Browse files
committed
Improves home layout styling
1 parent f67eb4b commit 0b21748

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

client/src/components/Home/index.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,30 +100,35 @@
100100
}
101101

102102
.signed-home-header {
103-
margin-bottom: 40px;
103+
margin-bottom: 50px;
104104
}
105105

106106
.signed-home-header p {
107-
font-size: 0.88em;
107+
font-size: 0.90em;
108108
line-height: 27px;
109109
color: #252525;
110110
}
111111

112112
.signed-home-shortcut-container {
113-
margin-bottom: 30px;
113+
margin-bottom: 50px;
114+
}
115+
116+
.signed-home-shortcut-container h5 {
117+
font-size: 0.90em;
114118
}
115119

116120
.signed-home-shortcut {
121+
background-color: #e3e9fe66;
117122
padding: 14px;
118123
border-radius: 5px;
119-
font-size: 0.87em;
124+
font-size: 0.90em;
120125
cursor: pointer;
121126
display: flex;
122127
align-items: center;
123128
}
124129

125130
.signed-home-shortcut:hover {
126-
background-color: #e3e9fe66;
131+
background-color: #dae0f7b0;
127132
}
128133

129134
.shortcut-icon-small {

0 commit comments

Comments
 (0)