Skip to content

Commit

Permalink
gramado.css: Text size.
Browse files Browse the repository at this point in the history
  • Loading branch information
frednora committed Jun 25, 2024
1 parent ebcc4c1 commit 9e546fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/css/gramado.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ a:hover {
}

.gramado-header{
font-size: 2.0vw;
text-align: center;
text-transform: uppercase;
color: #C0C0C0;
}

.gramado-text{
font-size: 2.0vw;
font-size: 1.9vw;
}

.gramado-image {
Expand All @@ -110,6 +111,7 @@ a:hover {

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

.gramado-footer {
font-size: 1.5vw;
font-size: 1.9vw;
text-align: center;
color: #808080;
padding-bottom: 2%;
Expand Down Expand Up @@ -179,7 +181,6 @@ a:hover {
color: #202020;
}
.gramado-text{
/*font-size: 0.9vw;*/
font-size: 1.9vw;
}

Expand Down Expand Up @@ -218,7 +219,7 @@ a:hover {
}

.gramado-footer {
font-size: 1.0vw;
font-size: 1.9vw;
text-align: center;
color: #808080;
padding-bottom: 2%;
Expand Down

0 comments on commit 9e546fe

Please sign in to comment.