Skip to content

Commit

Permalink
menu hover
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurKing committed Aug 9, 2024
1 parent 0f02981 commit b68eb39
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 3 deletions.
14 changes: 14 additions & 0 deletions css/pages/carreira-em-agronomia.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pages/carreira-em-agronomia.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/pages/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pages/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/global/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ main {
position: fixed;
top: 0;
right: 0;
width: 88%;
width: 94%;
height: 100%;
display: flex;
justify-content: center;
Expand Down
24 changes: 24 additions & 0 deletions sass/pages/carreira-em-agronomia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ html {

@media (max-width: 1000px) {
.main-container {
.CarreiraSection {
.CarreiraContent {
width: 100%;

.CarreiraTitle {
line-height: 1;
}
}
}

.main-content {
.detailsPage {
.detailsCards {
Expand All @@ -138,6 +148,20 @@ html {

@media (max-width: 768px) {
.main-container {
.CarreiraSection {
.CarreiraContent {
.CarreiraTitle {
font-size: 2.4em;
height: 2.2em;
}

.CarreiraDescription {
font-size: 1.2em;
text-align: justify;
}
}
}

.main-content {
flex-direction: column;

Expand Down
2 changes: 2 additions & 0 deletions sass/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ main {
.PrincipalContainer {

.OverViewCard {
margin: 3em 2.6em;

.OverViewCardContent {
.OverViewCardDescription {
font-size: 1.2rem;
Expand Down

0 comments on commit b68eb39

Please sign in to comment.