Skip to content

Commit

Permalink
gramado.css: working on font size for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
frednora committed Sep 28, 2024
1 parent 762f2f5 commit a088d15
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions assets/css/gramado.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ a:hover {
* Mobile first?
*/

/* navigation bar for small screens */
/* Navigation bar for small screens */
.gramado-nav {
font-size: 3.5vw;
font-size: 4.5vw;
border-top: 2px solid rgba(88, 88, 88, .3);
border-bottom: 2px solid rgba(129, 129, 129, .3);
}
Expand All @@ -85,12 +85,12 @@ a:hover {
}

.gramado-container {
text-align: center;
font-size: 4.4vw;
text-align: center;
}

.gramado-header{
font-size: 2.9vw;
font-size: 3.5vw;
color: #202020;
text-align: center;
text-transform: uppercase;
Expand All @@ -101,9 +101,8 @@ a:hover {
height: auto;
}


.gramado-text{
font-size: 2.9vw;
font-size: 3.5vw;
}

.gramado-image {
Expand All @@ -116,8 +115,8 @@ a:hover {
}

.gramado-button {
font-size: 4.5vw;
text-align: center;
font-size: 4.3vw;
color: #fff;
background-color: #007bff;
border: 1px solid rgba(0, 0, 0, 0.1);
Expand All @@ -141,7 +140,7 @@ a:hover {
}

.gramado-footer {
font-size: 2.9vw;
font-size: 3.5vw;
text-align: center;
color: #808080;
padding-bottom: 2%;
Expand All @@ -159,7 +158,7 @@ a:hover {

/* navigation bar for large screens */
.gramado-nav {
font-size: 2.0vw;
font-size: 2.2vw;
border-top: 2px solid rgba(80, 80, 80, .3);
border-bottom: 2px solid rgba(123, 123, 123, .3);
}
Expand All @@ -183,12 +182,12 @@ a:hover {
}

.gramado-container {
font-size: 4.4vw;
font-size: 4.0vw;
text-align: center;
}

.gramado-header{
font-size: 2.0vw;
font-size: 1.8vw;
color: #202020;
}
.gramado-header-image {
Expand All @@ -198,7 +197,7 @@ a:hover {
}

.gramado-text{
font-size: 2.4vw;
font-size: 2.2vw;
color: #202020;
}

Expand All @@ -212,8 +211,8 @@ a:hover {
}

.gramado-button {
font-size: 2.2vw;
text-align: center;
font-size: 1.9vw;
color: #fff;
background-color: #007bff;
border: 1px solid rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit a088d15

Please sign in to comment.