summaryrefslogtreecommitdiff
path: root/src/styles/resume.mobile.css
blob: 5e0caf9c449c227f6bf32f684845679b5f978081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@media (max-width: 767.98px) {
    #resume {
        font-size: 12px;
    }

    .skills_table_container {
        width: 100%;
        justify-content: space-evenly;
        display: flex;
        flex-direction: row;
        column-gap: 4px;
    }
}