Skip to content

Commit 1d51602

Browse files
GallectionsThatNerdSquared
authored andcommitted
fix: fixing mobile version block size
1 parent e8f6008 commit 1d51602

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/projectsComponents/ProjectBlock.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export interface Props {
158158
padding: var(--project-container-padding);
159159
border: 2px solid var(--color-primary-black);
160160
border-radius: var(--border-radius-md);
161-
min-width: var(--project-container-min-width);
162161
box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5.3px;
163162
position:relative;
164163
}
@@ -249,7 +248,7 @@ export interface Props {
249248
}
250249

251250
.project-title {
252-
font-size: 2.5rem;
251+
font-size: 2.1rem;
253252
}
254253

255254
.project-container {

src/pages/past-projects.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ import Layout from '../layouts/Layout.astro';
6262
border-right:0;
6363
}
6464

65+
#page-title {
66+
font-size: 3.889rem;
67+
}
68+
6569
.title-container {
6670
padding-left: 4rem;
6771
}

0 commit comments

Comments
 (0)